From e23a1db0b60437f17d09d65c65f8fd0c8a5d88c7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 26 八月 2024 18:11:07 +0800
Subject: [PATCH] 最新版本
---
h5/store/index.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/h5/store/index.js b/h5/store/index.js
index 1d0effc..44fb682 100644
--- a/h5/store/index.js
+++ b/h5/store/index.js
@@ -18,7 +18,8 @@
const store = new Vuex.Store({
state: {
- openId: openId || '061kuG0006hxcS13TT200w9VIp4kuG09',
+ // openId: openId || '061kuG0006hxcS13TT200w9VIp4kuG09',
+ openId: openId || '',
member: member || null,
statusbarHeight: statusbarHeight || '0',
navHeight: navHeight || '0',
@@ -70,7 +71,7 @@
state.sessionKey = val
uni.setStorageSync('sessionKey', val)
},
- // 娓呯┖鎵�鏈夌紦瀛�
+ // 娓呯┖鐧诲綍缂撳瓨
empty(state) {
state.token = ''
state.userInfo = {}
--
Gitblit v1.9.3