From ae33bde9c103e05066e1cffa18184990f97a7bfe Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 6 Dec 2021 18:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 8 ++++---- src/utils/api.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/setting.js b/src/setting.js index d44b412..1ba8842 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('huorantech'); //正式服 let jumpPath = ""; let host = ""; @@ -12,7 +12,7 @@ if (isDev) { // jumpPath = "http://124.71.12.62/judgmentPoint/"; jumpPath = "http://39.108.250.202/judgmentPoint/"; // jumpPath = "http://192.168.31.254:8087/"; // 本地调试-需要启动本地判分点系统 - // host = "http://124.71.12.62:9000";//线上 + // host = "http://www.huorantech.cn:9000/";//线上 host = "http://39.108.250.202:9000";//测试 // host = 'http://192.168.31.151:9000'// 榕 // host = 'http://192.168.31.125:9000'// 坤 @@ -23,8 +23,8 @@ 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";//线上 } diff --git a/src/utils/api.js b/src/utils/api.js index aa753a0..1b6ed59 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -1,7 +1,7 @@ import Setting from "@/setting"; let host = Setting.host; -// let uploadURL = "http://124.71.12.62:9000"; +// let uploadURL = "http://www.huorantech.cn:9000"; let uploadURL = "http://39.108.250.202:9000"; export default {