From a54ba0632e294c8ccb4ea05f3635ca600bdfba6c Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 7 Oct 2024 13:43:34 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9`config/app.js`=20=09-?= =?UTF-8?q?=20=E6=B3=A8=E9=87=8A=E6=8E=89=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=94=B9=E4=B8=BA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=9C=AC=E5=9C=B0=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=20=09-=20=E6=9B=B4=E6=96=B0=E6=9C=AC=E5=9C=B0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E7=9A=84BASE=5FURL=E4=B8=BA`http://192.168.1.7:8545`?= =?UTF-8?q?=202.=20=E4=BF=AE=E6=94=B9`pagesOrder/deliveryOrder/index.vue`?= =?UTF-8?q?=20=09-=20=E5=B0=86=E6=8C=89=E9=92=AE=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E4=BB=8E=E2=80=9C=E7=A1=AE=E8=AE=A4=E5=B7=B2=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9C=E7=A1=AE=E8=AE=A4=E5=B7=B2?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E2=80=9D=20=09-=20=E5=9C=A8=E6=97=A5?= =?UTF-8?q?=E5=8E=86=E7=A1=AE=E8=AE=A4=E9=80=89=E6=8B=A9=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E5=90=8E=E9=87=8D=E7=BD=AE=E9=A1=B5=E7=A0=81=E5=92=8C=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=88=97=E8=A1=A8=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 6 +++--- pagesOrder/deliveryOrder/index.vue | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/app.js b/config/app.js index d8d8126..4aa7bcc 100644 --- a/config/app.js +++ b/config/app.js @@ -3,9 +3,9 @@ let WSS_URL import store from "@/store/user.js" // 环境 // let env = "dev" -let env = "prod" +// let env = "prod" // let env = "release"; -// let env = "local"; +let env = "local"; switch (env) { case 'dev': @@ -17,7 +17,7 @@ switch (env) { WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull' break; case 'local': - BASE_URL = 'http://192.168.1.22:8545'; + BASE_URL = 'http://192.168.1.7:8545'; WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull' break; default: diff --git a/pagesOrder/deliveryOrder/index.vue b/pagesOrder/deliveryOrder/index.vue index 0e90f88..6d62675 100644 --- a/pagesOrder/deliveryOrder/index.vue +++ b/pagesOrder/deliveryOrder/index.vue @@ -43,7 +43,7 @@ 确认已采购 + v-if="item.status==0">确认已入库 @@ -90,6 +90,7 @@ const calendarConfirm = (e) => { where.value.start_time = e; where.value.end_time = e; + where.value.page_no = 1; goodsList1.value = [] getGoodsList() calendarShow.value = false