module.exports = { title: 'EBTS', /** * 开启cas */ casEnable: true, /** * 单点登录url */ casloginUrl: 'https://cas.swjtu.edu.cn/authserver/login?service=http://192.168.190.67/dev-api/dev', /** * 单点登出url */ // caslogoutUrl: 'http://localhost:8888/cas/logout?service=http://localhost:8080', caslogoutUrl: 'https://cas.swjtu.edu.cn/authserver/logout?service=http://192.168.190.67', /** * 是否系统布局配置 */ showSettings: false, /** * 是否显示 tagsView */ tagsView: true, /** * 是否固定头部 */ fixedHeader: false, /** * 是否显示logo */ sidebarLogo: true, /** * @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' }