@@ -192,7 +192,7 @@
this.$store.commit('user/setUserInfo', res.data);
this.loading = false;
this.$message.success(res.message);
- this.$store.dispatch('user/getCurrentUserAuthorityDept');
+ // this.$store.dispatch('user/getCurrentUserAuthorityDept');
this.goHome();
})
.catch((e) => {