|
@@ -1,11 +1,11 @@
|
|
|
window.PLATFROM_CONFIG = {
|
|
|
- // baseNewUrl: 'http://10.211.67.163:16300', //登录前的http请求地址
|
|
|
- baseNewUrl: 'http://10.211.67.177:8043',
|
|
|
+ baseNewUrl: 'http://10.211.67.163:16300', //登录前的http请求地址
|
|
|
+ // baseNewUrl: 'http://10.211.67.177:8043',
|
|
|
baseUrl: 'http://10.211.67.163:16300', // 4A-http请求地址
|
|
|
appSecret: '9inu7zpllz1folzsljm498dcpi0lsog1', //appSecret
|
|
|
appId: 'q7kdjmmaf0kerwpf', //appid
|
|
|
- // baseURLCA: 'http://10.211.67.163:16300', // 登录后的http请求地址-测试
|
|
|
- baseURLCA: 'http://10.211.67.177:8043',
|
|
|
+ baseURLCA: 'http://10.211.67.163:16300', // 登录后的http请求地址-测试
|
|
|
+ // baseURLCA: 'http://10.211.67.177:8043',
|
|
|
baggageMessageURL: '/openApi/query'
|
|
|
}
|
|
|
|