From 8d603c007bf89818186f8d6a5d224d8f438695da Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Wed, 17 Nov 2021 18:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api.js | 6 +++--- src/views/Home.vue | 9 ++++----- src/views/Transaction.vue | 13 ++++++++----- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/utils/api.js b/src/utils/api.js index f231770..877bbcc 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -12,8 +12,8 @@ if(isKd){ host = 'http://www.occupationlab.com'; // 职站正式服 }else if(url.includes('10.196.131.73')){ host = 'http://10.196.131.73'; // 河海版 - }else if (url.includes('120.78.127.12')) { - host = 'http://120.78.127.12'; // 巢湖版 + }else if (url.includes('124.71.12.62')) { + host = 'http://124.71.12.62/'; // 巢湖版 } else if (url.includes('39.108.250.202')) { host = 'http://39.108.250.202:9000'; // 中台测试服 } else { @@ -21,7 +21,7 @@ if(isKd){ host = 'http://39.108.250.202:9000'; } - // host = 'http://192.168.31.125:9000' // 坤 + host = 'http://192.168.31.137:9000' // 坤 } let host1 = 'http://39.108.250.202:8080'; let uploadURL = 'http://8.134.8.197:8001'; diff --git a/src/views/Home.vue b/src/views/Home.vue index dfc4b44..6ad4059 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -13,12 +13,12 @@
判分点列表