25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

51 satır
1.1 KiB

  1. /*
  2. * @Date: 2020-12-14 09:07:03
  3. * @LastEditors: zwq
  4. * @LastEditTime: 2022-06-21 11:24:50
  5. * @FilePath: \basic-admin\src\settings.js
  6. * @Description:
  7. */
  8. module.exports = {
  9. // title: 'SCC System',
  10. title: 'ARI WMS',
  11. /**
  12. * @type {boolean} true | false
  13. * @description Whether show the settings right-panel
  14. */
  15. showSettings: true,
  16. /**
  17. * @type {boolean} true | false
  18. * @description Whether need tagsView
  19. */
  20. tagsView: true,
  21. /**
  22. * @type {boolean} true | false
  23. * @description Whether fix the header
  24. */
  25. fixedHeader: true,
  26. /**
  27. * @type {boolean} true | false
  28. * @description Whether show the logo in sidebar
  29. */
  30. sidebarLogo: true,
  31. /**
  32. * @type {string | array} 'production' | ['production', 'development']
  33. * @description Need show err logs component.
  34. * The default is only used in the production env
  35. * If you want to also use it in dev, you can pass ['production', 'development']
  36. */
  37. errorLog: 'production',
  38. // 自行更改
  39. usePermission: false,
  40. // 文件上传接口url
  41. baseUrl: 'http://mes.picaiba.com/api/common/attachment/uploadFile'
  42. }