天波用户运营管理后台系统
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.

24 lines
454B

  1. /*
  2. * @Date: 2021-11-29 11:20:34
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2022-08-06 10:30:24
  5. * @FilePath: \telpoAdminTemplate\src\settings.js
  6. * @description:
  7. */
  8. module.exports = {
  9. title: '用户运营管理系统',
  10. /**
  11. * @type {boolean} true | false
  12. * @description Whether fix the header
  13. */
  14. fixedHeader: true,
  15. /**
  16. * @type {boolean} true | false
  17. * @description Whether show the logo in sidebar
  18. */
  19. sidebarLogo: true
  20. }