update settings.js

This commit is contained in:
不做码农 2022-05-21 08:13:41 +08:00
parent 0bac757703
commit 495fc85b78

View File

@ -10,11 +10,11 @@ export default {
/** /**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light * 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/ */
sideTheme: 'theme-dark', sideTheme: 'theme-dark',
/** /**
* 框架主题颜色值 * 框架主题颜色值
*/ */
theme: '#FF8C00', theme: '#FF8C00',
/** /**
* 是否系统布局配置 * 是否系统布局配置
*/ */
@ -51,9 +51,9 @@ export default {
* The default is only used in the production env * The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development'] * If you want to also use it in dev, you can pass ['production', 'development']
*/ */
errorLog: 'production', errorLog: 'production',
/** /**
* 版权信息 * 版权信息
*/ */
copyright: 'Copyright ©2022 <a target="_black" href="http://www.izhaorui.cn">izhaorui.cn</a> All Rights Reserved.' copyright: 'Copyright ©2022 <a target="_black" href="http://www.izhaorui.cn">izhaorui.cn</a> All Rights Reserved.',
} }