12345678910111213141516 |
- module.exports = {
- title: '管理后台',
- /**
- * @type {boolean} true | false
- * @description Whether fix the header
- */
- fixedHeader: false,
- /**
- * @type {boolean} true | false
- * @description Whether show the logo in sidebar
- */
- sidebarLogo: false
- }
|