settings.js 822 B

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