diff --git a/src/App.vue b/src/App.vue index 1b3fb6aa..cef9d4a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,8 @@ computed: { ...mapGetters(['userInfo']) }, - mounted(){ + mounted() { + console.log('hhaha'); //从状态值中取,因为登录处理,所以移动watch中 // console.log(this.userInfo); // if(this.userInfo && this.userInfo.name!=''){