实验室运维app端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
592 B

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