123456789101112131415 |
- 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: true,
- };
|