|
@@ -1,22 +1,11 @@
|
|
|
var PLATFROM_CONFIG = {}
|
|
|
-// PLATFROM_CONFIG.baseNewUrl = "http://192.168.3.74:9006"; //登录前的http请求地址
|
|
|
-// PLATFROM_CONFIG.baseUrl = "http://106.14.243.117:9111"; // 4A-http请求地址
|
|
|
-PLATFROM_CONFIG.baseNewUrl = 'http://10.211.67.177:8043' //登录前的http请求地址
|
|
|
-PLATFROM_CONFIG.baseUrl = 'http://10.211.67.177:8043' // 4A-http请求地址
|
|
|
-// PLATFROM_CONFIG.baseUrl = "http://10.211.66.25:8074"; // http请求地址
|
|
|
+PLATFROM_CONFIG.baseNewUrl = 'http://10.211.67.163:16300' //登录前的http请求地址
|
|
|
+PLATFROM_CONFIG.baseUrl = 'http://10.211.67.163:16300' // 4A-http请求地址
|
|
|
PLATFROM_CONFIG.appSecret = '9inu7zpllz1folzsljm498dcpi0lsog1' //appSecret
|
|
|
PLATFROM_CONFIG.appId = 'q7kdjmmaf0kerwpf' //appid
|
|
|
-// PLATFROM_CONFIG.baseURLCA = "http://106.14.243.117:9114";
|
|
|
-// PLATFROM_CONFIG.baseURLCA = "http://106.14.243.117:8093";
|
|
|
-// PLATFROM_CONFIG.baseURLCA = "http://cssc.free.idcfengye.com";
|
|
|
-// PLATFROM_CONFIG.baseURLCA = "http://192.168.3.17:8080";
|
|
|
-// PLATFROM_CONFIG.baseURLCA = "http://192.168.3.243:8093";
|
|
|
-// PLATFROM_CONFIG.baseURLCA = "http://ts.free.idcfengye.com";
|
|
|
-// PLATFROM_CONFIG.baseURLCA = "http://192.168.3.74:18064"; // 登录后的http请求地址
|
|
|
-// PLATFROM_CONFIG.baseURLCA = 'http://10.211.67.177:8043' // 登录后的http请求地址
|
|
|
PLATFROM_CONFIG.baseURLCA = 'http://10.211.67.163:16300' // 登录后的http请求地址-测试
|
|
|
|
|
|
-PLATFROM_CONFIG.baggageMessageURL = '/openApi/luggage/search/source'
|
|
|
+PLATFROM_CONFIG.baggageMessageURL = '/openApi/query'
|
|
|
|
|
|
const DATACONTENT_ID = {
|
|
|
/***-----登录------***/
|