From 3c42aabfc861d15984b6179039fd8a958b900a90 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 7 Apr 2022 18:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=95=B0=E6=8D=AE=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 2 +- src/views/Data.vue | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 63b9fb1..ede97dd 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -4,7 +4,7 @@ const isHh = location.host.includes('10.196.131.73') //是否是河海版本 const isBeta = process.env.NODE_ENV === 'development' || location.host.includes('39.108.250.202') //是否是职站测试 let host = location.origin + ':9000/' -if (process.env.NODE_ENV === 'development') host = 'http://192.168.31.151:9000/' +if (process.env.NODE_ENV === 'development') host = 'http://39.108.250.202:9000/' const systemId = util.getCookie('systemId') /** * python8个系统的id和名称 diff --git a/src/views/Data.vue b/src/views/Data.vue index 04a049b..9c3eaa7 100644 --- a/src/views/Data.vue +++ b/src/views/Data.vue @@ -1,10 +1,11 @@