From c51def5fc636116513082b10f97ba0339231f33a Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 03 六月 2024 13:58:03 +0800
Subject: [PATCH] 代码初始化
---
h5/store/index.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/h5/store/index.js b/h5/store/index.js
index 14e586d..1d0effc 100644
--- a/h5/store/index.js
+++ b/h5/store/index.js
@@ -26,7 +26,8 @@
time: time || null,
userInfo: userInfo || {},
height: height || '0',
- sessionKey: sessionKey || ''
+ sessionKey: sessionKey || '',
+ primaryColor: '#279baa'
},
mutations: {
--
Gitblit v1.9.3