Commit 80a22c78 authored by 赵啸非's avatar 赵啸非

添加通知

parent 3463733d
......@@ -17,7 +17,7 @@ module.exports = {
hot: true, //自动保存
proxy: {
"/office": {
target: "http://192.168.0.98:11072",
target: "http://test.office.com:11078",
// target: 'http://8.136.255.30:11078',
changeOrigin: true,
secure: false,
......
......@@ -69,6 +69,7 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
UserPdu userPdu = new UserPdu();
userPdu.setLoginName(loginName);
userPdu.setPassword(password);
userPdu.setSecurityCode("admin");
String resp = userFeign.portalLogin(userPdu);
return resp;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment