From a20957cd8305fd7aa33ddf078fc638c714314411 Mon Sep 17 00:00:00 2001
From: liuyf <liuyongfa@weixiuhui.cn>
Date: Fri, 30 Apr 2021 10:42:59 +0800
Subject: [PATCH] =?UTF-8?q?taken=E5=B1=8F=E8=94=BD=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/App.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 5109d15..389455f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -159,8 +159,8 @@ export default {
     setUserData(userInfo) {
       if (userInfo && userInfo.token) {
         // 如果已经登录则直接获取相关信息
-		this.$u.vuex('vuex_token',userInfo.token);
-		this.$u.vuex('vuex_token',"RTOKEN7493e6defc2f1a77782f105dc297a9366763fec5");
+		this.$u.vuex('vuex_token',userInfo.token);
+		this.$u.vuex('vuex_token',"RTOKEN7493e6defc2f1a77782f105dc297a9366763fec5");
 		this.$u.vuex('vuex_user', userInfo);
 		this.$u.vuex('vuex_wx_uid', userInfo.wxopenid);
       } else {
-- 
2.23.0