blob: 0f32b7f1623086bb838547855aa8242b598a89f8 [file] [log] [blame]
sijun.li96462302020-07-24 10:08:05 +08001module.exports = {
sijun.li2c3a34f2020-08-17 15:18:32 +08002 title: '门户系统',
sijun.li96462302020-07-24 10:08:05 +08003
4 /**
5 * @type {boolean} true | false
6 * @description Whether show the settings right-panel
7 */
8 showSettings: true,
9
10 /**
11 * @type {boolean} true | false
12 * @description Whether need tagsView
13 */
14 tagsView: true,
15
16 /**
17 * @type {boolean} true | false
18 * @description Whether fix the header
19 */
20 fixedHeader: false,
21
22 /**
23 * @type {boolean} true | false
24 * @description Whether show the logo in sidebar
25 */
sijun.li2c3a34f2020-08-17 15:18:32 +080026 sidebarLogo: true,
sijun.li96462302020-07-24 10:08:05 +080027
28 /**
29 * @type {string | array} 'production' | ['production', 'development']
30 * @description Need show err logs component.
31 * The default is only used in the production env
32 * If you want to also use it in dev, you can pass ['production', 'development']
33 */
34 errorLog: 'production'
35}