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';