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.
 
 
 
 

46 lines
790 B

  1. module.exports = {
  2. /**
  3. * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
  4. */
  5. sideTheme: 'theme-dark',
  6. /**
  7. * 是否系统布局配置
  8. */
  9. showSettings: false,
  10. /**
  11. * 是否显示顶部导航
  12. */
  13. topNav: false,
  14. /**
  15. * 是否显示 tagsView
  16. */
  17. tagsView: true,
  18. /**
  19. * 是否固定头部
  20. */
  21. fixedHeader: false,
  22. /**
  23. * 是否显示logo
  24. */
  25. sidebarLogo: true,
  26. /**
  27. * 是否显示动态标题
  28. */
  29. dynamicTitle: false,
  30. /**
  31. * @type {string | array} 'production' | ['production', 'development']
  32. * @description Need show err logs component.
  33. * The default is only used in the production env
  34. * If you want to also use it in dev, you can pass ['production', 'development']
  35. */
  36. errorLog: 'production'
  37. }