From e8a728024b32be3d227e406c13aee47bb254d10f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 13 Aug 2021 09:05:33 +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 8ea5e50..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-bule',
+    themeName: getStore({name: 'themeName'}) || 'theme-deep-bule',
     lockPasswd: getStore({name: 'lockPasswd'}) || '',
     website: website,
   },

--
Gitblit v1.9.3