Source/plt-web/plt-web-ui/src/page/login/userlogin.vue
@@ -173,7 +173,10 @@ text: '登录中,请稍后。。。', spinner: "el-icon-loading" }); this.$store.dispatch("LoginByUsername", this.loginForm).then(() => { this.$store.dispatch("LoginByUsername", this.loginForm).then((data) => { if(data.obj.passwordInfo){ this.$message.warning(data.obj.passwordInfo); } if (this.website.switchMode) { const deptId = this.userInfo.deptOid; const roleId = this.userInfo.userOid;