ludc
2024-07-16 600226dbb6d3bdde1cc33a1e7469c358c4b8ec72
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;