From c393f8b721c1e7f6ea65ff0f3ad3a47dce71cfbc Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 21 Jan 2025 10:20:34 +0800
Subject: [PATCH] 格式异常问题解决
---
src/store/modules/common.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index ec24a59..55ac5f5 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -25,7 +25,7 @@
showMenu: true,
showColor: true,
colorName: getStore({name: 'colorName'}) || '#409EFF',
- themeName: getStore({name: 'themeName'}) || 'theme-default',
+ themeName: getStore({name: 'themeName'}) || 'theme-deep-bule',
lockPasswd: getStore({name: 'lockPasswd'}) || '',
website: website,
},
--
Gitblit v1.9.3