You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 regels
314 B

  1. const Settings = {
  2. navTheme: 'dark',
  3. // 拂晓蓝
  4. primaryColor: '#FA541C', //'#1890ff',
  5. layout: 'side',
  6. contentWidth: 'Fluid',
  7. fixedHeader: false,
  8. fixSiderbar: true,
  9. colorWeak: false,
  10. title: '连锁经营平台',
  11. pwa: false,
  12. logo: '/logo.svg',
  13. iconfontUrl: '',
  14. };
  15. export default Settings;