@@ -106,10 +106,12 @@ export default {
this.Login();
});
this.getActive();
- if (this.userInfo.authStatus !== 'NOT_AUTH') {
- setTimeout(() => {
- this.add();
- }, 1000);
+ if (this.isLogin) {
+ if (this.userInfo.authStatus !== 'NOT_AUTH') {
+ setTimeout(() => {
+ this.add();
+ }, 1000);
+ }
}
},
methods: {