Commit 99d753f9e7b07393bf6e09f3f25cf3919f25e058

Authored by 周铨
1 parent 700921c8

修改ip

Showing 1 changed file with 2 additions and 5 deletions
... ... @@ -3,8 +3,7 @@
3 3 * 0: 本地开发环境
4 4 * 1: 测试环境
5 5 * 2: 正式环境
6   - * 3: 现代物流uat环境
7   - * 4: 现代物流正式环境
  6 +
8 7 */
9 8 const envLevel = 2;
10 9
... ... @@ -14,9 +13,7 @@ const envLevel = 2;
14 13 const serverUrlProduce = [
15 14 "http://10.9.1.180", // http://10.9.1.180/open/qx-apaas-custom/hczd/index
16 15 "https://test.qgutech.com",
17   - "http://10.9.4.3:8031",
18   - "https://wanyouuat.m56.com.cn:4443",
19   - "https://wanyou.m56.com.cn",
  16 + "http://8.130.95.162",
20 17 ][envLevel];
21 18
22 19 const corpCode = [
... ...