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 @@ - + - + - + - + - +