module.exports = { /** * @type {boolean} true | false * @description 是否显示设置按钮 */ showSettings: false, /** * @type {boolean} true | false * @description 是否显示tagsView */ tagsView: true, /** * @type {boolean} true | false * @description 是否固定面包屑和tagsViews头 */ fixedHeader: true, /** * @type {boolean} true | false * @description 是否要显示侧边栏logo */ sidebarLogo: false, /** * @type {string | array} 'production' | ['production', 'development'] * @description Need show err logs component. * The default is only used in the production env * If you want to also use it in dev, you can pass ['production', 'development'] */ errorLog: 'production' }