提交 | 用户 | 时间
e57a89 1 module.exports = {
2   /**
3    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
4    */
5   sideTheme: 'theme-dark',
6
7   /**
8    * 是否系统布局配置
9    */
10   showSettings: false,
11
12   /**
13    * 是否显示顶部导航
14    */
15   topNav: false,
16
17   /**
18    * 是否显示 tagsView
19    */
20   tagsView: true,
21
22   /**
23    * 是否固定头部
24    */
25   fixedHeader: false,
26
27   /**
28    * 是否显示logo
29    */
30   sidebarLogo: true,
31
32   /**
33    * 是否显示动态标题
34    */
35   dynamicTitle: false,
36
37   /**
38    * @type {string | array} 'production' | ['production', 'development']
39    * @description Need show err logs component.
40    * The default is only used in the production env
41    * If you want to also use it in dev, you can pass ['production', 'development']
42    */
43   errorLog: 'production'
44 }