From 2d80e99404183999878bbff6626693103962f46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 22 May 2023 10:18:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A4=9A=E6=AC=A1=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=87=BA=E5=BA=93=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 03c7814b..363a780f 100644 --- a/.env.production +++ b/.env.production @@ -21,11 +21,13 @@ ENV = 'production' # 文明东2 # VUE_APP_BASE_API = 'http://192.168.0.61:9150/UDI_WMS_MC/' # VUE_APP_SYNC_API ="http://192.168.0.62:9150/SP_SYNC_SERVER" -VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' -VUE_APP_SYNC_API ="http://55.55.0.24:9150/SP_SYNC_SERVER" + +# 平潭正式 +# VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' +# VUE_APP_SYNC_API ="http://55.55.0.24:9150/SP_SYNC_SERVER" # 吴总测试服务器 -# VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ From f82383b66fbce513cd18dfc3fa27d1aa1220f44f Mon Sep 17 00:00:00 2001 From: schry <2433098676@qq.com> Date: Mon, 22 May 2023 10:18:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E5=8D=95=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E8=A1=A5=E5=8D=95=E7=9A=84=E5=8D=95=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=94=AF=E6=8C=81=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E6=9F=A5=E8=AF=A2=20230519?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/param/busTypeChange.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/param/busTypeChange.vue b/src/views/system/param/busTypeChange.vue index d060a2be..7034e6b0 100644 --- a/src/views/system/param/busTypeChange.vue +++ b/src/views/system/param/busTypeChange.vue @@ -127,6 +127,7 @@ export default { return { filterQuery: { name: null, + originName: null, originAction: null, page: 1, limit: 20,