From f2c8e318faa141ec48fb7e960fb86b70fb1ec401 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Sat, 9 Oct 2021 20:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/utils/api.js b/src/utils/api.js index 3bb25a7..f231770 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -14,11 +14,14 @@ if(isKd){ host = 'http://10.196.131.73'; // 河海版 }else if (url.includes('120.78.127.12')) { host = 'http://120.78.127.12'; // 巢湖版 + } else if (url.includes('39.108.250.202')) { + host = 'http://39.108.250.202:9000'; // 中台测试服 } else { - host = 'http://39.108.250.202'; // 中台 + console.log("本地-中台测试服"); + host = 'http://39.108.250.202:9000'; } - host = 'http://192.168.31.125:9000' // 坤 + // host = 'http://192.168.31.125:9000' // 坤 } let host1 = 'http://39.108.250.202:8080'; let uploadURL = 'http://8.134.8.197:8001';