1234567891011121314151617 |
- module.exports = {
- title: '贸理通综合贸易管理平台',
- /**
- * @type {boolean} true | false
- * @description Whether fix the header
- */
- fixedHeader: true,
- /**
- * @type {boolean} true | false
- * @description Whether show the logo in sidebar
- */
- sidebarLogo: false
- }
|