天波用户运营管理后台系统
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

24 行
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. }