settings.js 817 B

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