From fb84d0a7cedba205763e306f76e72425f548bb5b Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 7 Nov 2023 16:17:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.vue b/App.vue index 7c487f2..a6bcbcc 100644 --- a/App.vue +++ b/App.vue @@ -37,7 +37,7 @@ shop_token: info.referrerInfo?.extraData?.token }); this.$store.commit('SET_USERINFO', { - user: data, + user: {}, token: res.data.token }) this.$store.dispatch('initConfig');