| src/page/login/userlogin.vue | ●●●●● patch | view | raw | blame | history |
src/page/login/userlogin.vue
@@ -210,6 +210,11 @@ spinner: "el-icon-loading" }) this.$store.dispatch("LoginByUsername", this.loginForm).then((res) => { if (res.error) { loading.close() return } if (this.website.switchMode) { const deptId = this.userInfo.dept_id const roleId = this.userInfo.role_id