From 3dd2ed5777cc98111f744dae374b7b7106174d89 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 16 Aug 2024 09:00:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=92=8C=E9=A1=B5=E9=9D=A2=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E9=97=A8=E5=BA=97=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 2 +- pages/index/index.vue | 44 +++++++++++++++++++----------------- pagesOrder/settle/settle.vue | 10 +++++++- 3 files changed, 33 insertions(+), 23 deletions(-) diff --git a/config/app.js b/config/app.js index 4cc78bc..5657b7c 100644 --- a/config/app.js +++ b/config/app.js @@ -17,7 +17,7 @@ switch (env) { WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull' break; case 'local': - BASE_URL = 'http://192.168.1.7:8545'; + BASE_URL = 'http://192.168.1.22:8545'; WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull' break; default: diff --git a/pages/index/index.vue b/pages/index/index.vue index 5ba2761..e766778 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -23,7 +23,7 @@