/** * 全局配置文件 */ export default { // baseUrl: 'http://192.168.1.4:10001', // baseUrl:'http://192.168.0.118:80', //李庆坤 // baseUrl:'http://192.168.1.103:10001', //李涛 // baseUrl:'http://192.168.1.12:80', //李涛 // baseUrl:'http://192.168.0.108:10001', //李庆坤 baseUrl:'http://124.221.142.15:8088/api',//远程测试地址 indexTitle: "科研医疗建筑运维平台", clientId: "saber", // 客户端id clientSecret: "saber_secret", // 客户端密钥 tokenTime: 3000, tokenHeader: "Blade-Auth", publicKey:"044803cada544d84eddc70b57549ccb7567546f3590c3905f9e5503e2fb5e3ea00cc88e7a382bf679e4ca9456b2aff5275015ccdd1cb986d53b82c6b337ae7116c" };