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