module.exports = { // 单点登录sso地址 // ssoServer: 'http://city.bushub.rj.prd/authCenter/ssoServer', ssoServer: 'http://11.100.5.113:31102/ssoServer', // 正式 // ssoServer: 'http://182.92.120.130:8808/ssoServer', // 测试 // appId appId: ' 887390570066092032', /** * @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' }