settings.js 837 B

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