wayne hace 6 años
padre
commit
966bea7328
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();