export default { storeNameSpace: 'kim',
request: { apiPrefix: '', baseUrl: 'http://platform.kuopu.net:9080', resCodeKey: 'code', // 后台正常返回错误编码 resMessageKey: 'message', // 后台正常返回错误编码 successCode: 'sys.success', // 后台正常返回错误编码 isThrowError: true, // 默认为true
authCodes: ['system.authc'], apiType: 0, // 接口模式0-code 模式 1-stauts模式
},
copyright: `${new Date().getFullYear()} KIM3.0技术中台部出品`,
homePage: '/dashboard/analysis',
fileServerUrl: 'http://platform.kuopu.net:9008', defaultAvatar: '/images/default-avatar.png',
};