From ff38bfc3e179772bc69d1b932940667f0b6d1b51 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 04 七月 2024 09:21:12 +0800
Subject: [PATCH] 代码初始化

---
 h5/store/index.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/h5/store/index.js b/h5/store/index.js
index 14e586d..884b032 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',
@@ -26,7 +27,8 @@
 		time: time || null,
 		userInfo: userInfo || {},
 		height: height || '0',
-		sessionKey: sessionKey || ''
+		sessionKey: sessionKey || '',
+		primaryColor: '#279baa'
 	},
 
 	mutations: {

--
Gitblit v1.9.3