1
module.exports = {
2
title: '长沙华恒ECS系统',
3 4 5 6 7 8 9 10 11 12 13
/** * @type {boolean} true | false * @description Whether fix the header */ fixedHeader: false, /** * @type {boolean} true | false * @description Whether show the logo in sidebar */
14 15
sidebarLogo: true }