From 2c684b10fc94ce6b2a359b80e9e72c9fc2e66c83 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 13 Oct 2021 14:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B0=E5=BB=BA=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=97=A0=E6=B3=95=E5=8F=91=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 5 +++-- src/views/order/AddOrder.vue | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/setting.js b/src/setting.js index 7e80f78..dbe0acd 100644 --- a/src/setting.js +++ b/src/setting.js @@ -9,10 +9,11 @@ const isPro = url.includes('120.78.127.12'); //正式服 let jumpPath = ""; let host = ""; if (isDev) { - jumpPath = "http://192.168.31.154:8087/"; + jumpPath = "http://192.168.31.154:8087/"; // 本地需要启动判分点系统 // host = 'http://192.168.31.216:9000'// 榕 // host = 'http://192.168.31.125:9000'// 坤 - host = 'http://192.168.31.137:9000'// 赓 + // host = 'http://192.168.31.137:9000'// 赓 + host = "http://39.108.250.202:9000"; } else if (isTest) { jumpPath = "http://39.108.250.202/judgmentPoint/"; host = "http://39.108.250.202:9000"; diff --git a/src/views/order/AddOrder.vue b/src/views/order/AddOrder.vue index 022a596..b8f6058 100644 --- a/src/views/order/AddOrder.vue +++ b/src/views/order/AddOrder.vue @@ -197,7 +197,7 @@