settings.js 1012 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. module.exports = {
  2. title: '政讯通运营管理平台',
  3. /**
  4. * @type {boolean} true | false
  5. * @description Whether show the settings right-panel
  6. */
  7. showSettings: true,
  8. /**
  9. * @type {boolean} true | false
  10. * @description Whether need tagsView
  11. */
  12. tagsView: true,
  13. /**
  14. * @type {boolean} true | false
  15. * @description Whether fix the header
  16. */
  17. fixedHeader: false,
  18. /**
  19. * @type {boolean} true | false
  20. * @description Whether show the logo in sidebar
  21. */
  22. sidebarLogo: false,
  23. /**
  24. * @type {boolean} true | false
  25. * @description Whether support pinyin search in headerSearch
  26. * Bundle size minified 47.3kb,minified + gzipped 63kb
  27. */
  28. supportPinyinSearch: true,
  29. /**
  30. * @type {string | array} 'production' | ['production', 'development']
  31. * @description Need show err logs component.
  32. * The default is only used in the production env
  33. * If you want to also use it in dev, you can pass ['production', 'development']
  34. */
  35. errorLog: 'production'
  36. }