/** * 全局配置文件 */ export default { baseUrl: 'http://124.221.142.15:8088/lab', // baseUrl:'http://192.168.0.111:80', indexTitle: "科研医疗建筑运维平台", clientId: "saber", // 客户端id clientSecret: "saber_secret", // 客户端密钥 tokenTime: 3000, tokenHeader: "Blade-Auth", };