parent
							
								
									5f68e2d231
								
							
						
					
					
						commit
						397f4b4ab8
					
				
				 3 changed files with 26 additions and 1 deletions
			
			
		@ -0,0 +1,4 @@ | 
				
			||||
const animates = require('./animates') | 
				
			||||
const setting = require('./setting') | 
				
			||||
 | 
				
			||||
module.exports = {setting, animates} | 
				
			||||
@ -0,0 +1,21 @@ | 
				
			||||
module.exports = { | 
				
			||||
  lang: 'CN', | 
				
			||||
  themeColor: '#1890ff', | 
				
			||||
  theme: 'dark', | 
				
			||||
  layout: 'side', | 
				
			||||
  fixedHeader: false, | 
				
			||||
  fixedSideBar: true, | 
				
			||||
  weekMode: false, | 
				
			||||
  multiPage: false, | 
				
			||||
  systemName: 'Vue Antd Admin', | 
				
			||||
  copyright: '2018 ICZER 工作室出品', | 
				
			||||
  animate: { | 
				
			||||
    name: 'bounce', | 
				
			||||
    direction: 'left' | 
				
			||||
  }, | 
				
			||||
  footerLinks: [ | 
				
			||||
    {link: 'https://pro.ant.design', name: 'Pro首页'}, | 
				
			||||
    {link: 'https://github.com/iczer/vue-antd-admin', icon: 'github'}, | 
				
			||||
    {link: 'https://ant.design', name: 'Ant Design'} | 
				
			||||
  ], | 
				
			||||
} | 
				
			||||
					Loading…
					
					
				
		Reference in new issue