settings.js 334 B

1234567891011121314151617
  1. module.exports = {
  2. title: '管乐迷后台管理系统',
  3. /**
  4. * @type {boolean} true | false
  5. * @description Whether fix the header
  6. */
  7. fixedHeader: true,
  8. /**
  9. * @type {boolean} true | false
  10. * @description Whether show the logo in sidebar
  11. */
  12. sidebarLogo: true,
  13. instructions:'https://9s8uk7.axshare.com'
  14. }