From 4edaca03cfc2c2bd50231389361675cf9eed92e6 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Mon, 13 Jul 2026 15:18:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=AE=A2=E5=8D=95=E8=B7=9F?= =?UTF-8?q?=E8=B8=AA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- .../home/components/order-bottom-leftItem.vue | 79 ++++++++++++++++++- src/views/home/components/orderProgress.vue | 6 +- src/views/home/index.vue | 2 +- 4 files changed, 82 insertions(+), 7 deletions(-) diff --git a/.env.dev b/.env.dev index 99a26f2b..c1c71b9a 100644 --- a/.env.dev +++ b/.env.dev @@ -10,7 +10,7 @@ VUE_APP_TITLE = 洛玻集团驾驶舱 # VUE_APP_BASE_API = 'http://172.16.33.83:7070' # 杨姗姗 -# VUE_APP_BASE_API = 'http://172.16.20.218:8080' +# VUE_APP_BASE_API = 'http://172.16.20.187:8080' # 小田 # VUE_APP_BASE_API = 'http://172.16.19.232:7070' # 测试 diff --git a/src/views/home/components/order-bottom-leftItem.vue b/src/views/home/components/order-bottom-leftItem.vue index c850dd67..edf803ac 100644 --- a/src/views/home/components/order-bottom-leftItem.vue +++ b/src/views/home/components/order-bottom-leftItem.vue @@ -1,7 +1,7 @@