From 495fc85b78bcac00170cfefde7b6ca3bd80e99e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Sat, 21 May 2022 08:13:41 +0800
Subject: [PATCH] update settings.js
---
src/settings.js | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/settings.js b/src/settings.js
index e976670..67b5818 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -10,11 +10,11 @@ export default {
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
*/
- sideTheme: 'theme-dark',
- /**
- * 框架主题颜色值
- */
- theme: '#FF8C00',
+ sideTheme: 'theme-dark',
+ /**
+ * 框架主题颜色值
+ */
+ theme: '#FF8C00',
/**
* 是否系统布局配置
*/
@@ -51,9 +51,9 @@ export default {
* The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development']
*/
- errorLog: 'production',
- /**
- * 版权信息
- */
- copyright: 'Copyright ©2022 izhaorui.cn All Rights Reserved.'
+ errorLog: 'production',
+ /**
+ * 版权信息
+ */
+ copyright: 'Copyright ©2022 izhaorui.cn All Rights Reserved.',
}
\ No newline at end of file