|
|
@@ -205,7 +205,7 @@ export default {
|
|
|
this.$store.state.allowLoading= false
|
|
|
const firstFunc = await this.getInfoAttached();
|
|
|
const seciedFunc = await this.getLevel();
|
|
|
- this.$api.refreshUserInfo();
|
|
|
+ // this.$api.refreshUserInfo();
|
|
|
this.$store.state.allowLoading = true
|
|
|
},
|
|
|
jumpPopup() {
|