wayne 6 anos atrás
pai
commit
966bea7328
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      plugins/common.js

+ 1 - 0
plugins/common.js

@@ -26,6 +26,7 @@ Vue.mixin({
   },
   methods: {
     async needLogin() {
+      Vue.hasMessage = true
       const userInfo = await this.getUserInfo();
       if (!userInfo.nickname) {
         this.goLogin();