@@ -102,6 +102,11 @@
};
},
+ async onShow() {
+ this.admin = this.$store.getters.userInfo
+ await this.isLogin()
+ },
+
async onLoad() {
this.admin = this.$store.getters.userInfo
await this.isLogin()