From 9e20bf4afae010c360ca0a372b0cc7f1bd130fde Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 25 Jan 2022 16:21:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 10 +++++----- src/views/order/AddOrder.vue | 13 ++++++++----- src/views/serve/projectList.vue | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/setting.js b/src/setting.js index 12864b7..4ec52bd 100644 --- a/src/setting.js +++ b/src/setting.js @@ -4,7 +4,7 @@ const url = location.host; const isDev = process.env.NODE_ENV === 'development'; // 开发环境 const isTest = url.includes('39.108.250.202'); //测试服 -const isPro = url.includes('124.71.12.62'); //正式服 +const isPro = url.includes('www.huorantech.cn'); //正式服 let jumpPath = ""; let host = ""; @@ -23,10 +23,10 @@ if (isDev) { host = "http://39.108.250.202:9000"; // host = "http://124.71.12.62:9000";//线上 } else if (isPro) { - jumpPath = "http://124.71.12.62/judgmentPoint/"; - host = "http://124.71.12.62:9000";//线上 - // jumpPath = "http://www.huorantech.cn/judgmentPoint/"; - // host = "http://www.huorantech.cn:9000";//线上 + // jumpPath = "http://124.71.12.62/judgmentPoint/"; + // host = "http://124.71.12.62:9000";//线上 + jumpPath = "http://www.huorantech.cn/judgmentPoint/"; + host = "http://www.huorantech.cn:9000";//线上 } diff --git a/src/views/order/AddOrder.vue b/src/views/order/AddOrder.vue index 82947c4..4fab8e5 100644 --- a/src/views/order/AddOrder.vue +++ b/src/views/order/AddOrder.vue @@ -249,12 +249,12 @@ - + - + - + - + - +