From c29ce426a6ce314bc26a23cd92d226cc01825783 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 26 八月 2024 18:18:27 +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