jazzzone
2022-03-05 f2a2b4a4258cc1c88b897024bc5c49f31273c0ca
提交 | 用户 | age
2a61f6 1 module.exports = {
5dfa4a 2   title: '短信中心',
2a61f6 3
L 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    */
855cab 26   sidebarLogo: true
2a61f6 27 }