settings.js 820 B

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