settings.js 912 B

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