module.exports = { title: '游戏久充值平台', /** * @type {boolean} true | false * @description Whether show the settings right-panel */ showSettings: false, // 系统布局配置 /** * @type {boolean} true | false * @description Whether need tagsView */ tagsView: true, // 标签页 /** * @type {boolean} true | false * @description Whether fix the header */ fixedHeader: true, // 固定 Header /** * @type {boolean} true | false * @description Whether show the logo in sidebar */ sidebarLogo: false, // 侧边栏 Logo /** * @type {boolean} true | false * @description Whether support pinyin search in headerSearch * Bundle size minified 47.3kb,minified + gzipped 63kb */ supportPinyinSearch: 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' }