问题售后系统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.
 
 
 
 

17 lines
705 B

/**
* 全局配置文件
*/
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://118.253.182.64:8088/api',//远程测试地址
indexTitle: "售后服务系统",
clientId: "saber", // 客户端id
clientSecret: "saber_secret", // 客户端密钥
tokenTime: 3000,
tokenHeader: "Blade-Auth",
publicKey:"044073085e5b669c731146dbec2937e9fd8ff69833ed5b6e3850753c698f6e5beaf958f8a9bbf427097a6dc707fb11f45c69ecaa5b6c89582a5511a277c1469d41",
};