| 12345678910111213141516171819202122 | 
							- module.exports = {
 
-   title: 'TMRWatch全混合日粮监管系统',
 
-   /**
 
-    * @type {boolean} true | false
 
-    * @description Whether fix the header
 
-    */
 
-   fixedHeader: true,
 
-   /**
 
-    * @type {boolean} true | false
 
-    * @description Whether need tagsView
 
-    */
 
-   tagsView: true,
 
-   /**
 
-    * @type {boolean} true | false
 
-    * @description Whether show the logo in sidebar
 
-    */
 
-   sidebarLogo: true
 
- }
 
 
  |