Commit 5f9010bb authored by 赵啸非's avatar 赵啸非

添加修改删除设备校验

parent 54e09f9b
......@@ -20,8 +20,7 @@ module.exports = {
target: "http://192.168.0.98:11078",
//target: 'http://127.0.0.1:18222',
changeOrigin: true,
secure: false,
cookieDomainRewrite: "plm.testnew.com",
secure: false
},
"/file": {
target: "http://192.168.0.98:11078",
......
......@@ -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