-
-
-
+
diff --git a/src/settings.js b/src/settings.js
index 6a0b09f..7a21511 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -2,7 +2,7 @@ module.exports = {
/**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
*/
- sideTheme: 'theme-dark',
+ sideTheme: "theme-dark",
/**
* 是否系统布局配置
@@ -22,12 +22,12 @@ module.exports = {
/**
* 是否固定头部
*/
- fixedHeader: false,
+ fixedHeader: true,
/**
* 是否显示logo
*/
- sidebarLogo: true,
+ sidebarLogo: false,
/**
* 是否显示动态标题
@@ -40,5 +40,5 @@ module.exports = {
* 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'
-}
+ errorLog: "production",
+};