|
@@ -230,8 +230,8 @@
|
|
|
localStorage.removeItem('accountInfo');
|
|
localStorage.removeItem('accountInfo');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- await this.$store.dispatch('user/getCurrentUserAuthorityDept');
|
|
|
|
|
- await this.$store.dispatch('paramsSetData/setParamsDataInfo');
|
|
|
|
|
|
|
+ // await this.$store.dispatch('user/getCurrentUserAuthorityDept');
|
|
|
|
|
+ // await this.$store.dispatch('paramsSetData/setParamsDataInfo');
|
|
|
this.goHome();
|
|
this.goHome();
|
|
|
})
|
|
})
|
|
|
.catch((e) => {
|
|
.catch((e) => {
|