From da4d205f477045ad93a3206567037e559e83cb18 Mon Sep 17 00:00:00 2001 From: NiSen Date: Wed, 30 Aug 2023 11:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!=''){