settings.js 918 B

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