24 lines
		
	
	
		
			404 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			404 B
		
	
	
	
		
			Plaintext
		
	
	
// eslint-disable-next-line no-undef
 | 
						|
module.exports = {
 | 
						|
 | 
						|
  title: 'IRaCIS',
 | 
						|
 | 
						|
  /**
 | 
						|
 * @type {boolean} true | false
 | 
						|
 * @description 是否需要标签查看
 | 
						|
 */
 | 
						|
  tagsView: false,
 | 
						|
 | 
						|
  /**
 | 
						|
   * @type {boolean} true | false
 | 
						|
   * @description 是否固定Header
 | 
						|
   */
 | 
						|
  fixedHeader: true,
 | 
						|
 | 
						|
  /**
 | 
						|
   * @type {boolean} true | false
 | 
						|
   * @description 是否在侧边栏中显示Logo
 | 
						|
   */
 | 
						|
  sidebarLogo: false
 | 
						|
}
 |