From 1df1e9daa4d33a0e975db7ef0a73ee4dd45d216b Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 26 八月 2024 09:19:58 +0800
Subject: [PATCH] lll
---
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