settings.js 738 B

12345678910111213141516171819202122232425262728293031323334353637
  1. module.exports = {
  2. title: '潜山市云数据中心',
  3. urls: `http://192.168.101.10:7090`,
  4. /**
  5. * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
  6. */
  7. sideTheme: 'theme-dark',
  8. /**
  9. * 是否系统布局配置
  10. */
  11. showSettings: false,
  12. /**
  13. * 是否显示 tagsView
  14. */
  15. tagsView: true,
  16. /**
  17. * 是否固定头部
  18. */
  19. fixedHeader: true,
  20. /**
  21. * 是否显示logo
  22. */
  23. sidebarLogo: true,
  24. /**
  25. * @type {string | array} 'production' | ['production', 'development']
  26. * @description Need show err logs component.
  27. * The default is only used in the production env
  28. * If you want to also use it in dev, you can pass ['production', 'development']
  29. */
  30. errorLog: 'production'
  31. }