Commit d7228db5 authored by 赵啸非's avatar 赵啸非

更新登录页面鉴权

parent a321530e
......@@ -33,7 +33,7 @@ export default {
? "http://192.168.0.98:11072"
: process.env.VUE_APP_PORTAL_URL;
//this.$router.push('/login')
}, 1000);
}, 3000);
}
},
};
......
......@@ -64,6 +64,7 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
// userPdu.initAttrValue();
userPdu.setLoginName(loginName);
userPdu.setPassword(password);
userPdu.setSecurityCode("admin");
String resp = userFeign.portalLogin(userPdu);
//String resp="";
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