多租户商城-商户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
277 B

2 years ago
2 years ago
2 years ago
  1. module.exports = {
  2. title: 'Thee商家端',
  3. /**
  4. * @type {boolean} true | false
  5. * @description Whether fix the header
  6. */
  7. fixedHeader: false,
  8. /**
  9. * @type {boolean} true | false
  10. * @description Whether show the logo in sidebar
  11. */
  12. sidebarLogo: false
  13. }