实验室运维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.
 
 
 
 

13 lines
332 B

/**
* 全局配置文件
*/
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",
};