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