| 12345678910111213141516 | 
							- module.exports = {
 
-   title: '管乐迷后台管理系统',
 
-   /**
 
-    * @type {boolean} true | false
 
-    * @description Whether fix the header
 
-    */
 
-   fixedHeader: true,
 
-   /**
 
-    * @type {boolean} true | false
 
-    * @description Whether show the logo in sidebar
 
-    */
 
-   sidebarLogo: true
 
- }
 
 
  |