settings.js 779 B

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