From 76bdcd1aba618ed440bf55795f8f89eb258e7d6f Mon Sep 17 00:00:00 2001 From: ISFP_T <68358856@qq.com> Date: Tue, 23 Dec 2025 10:39:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AF=B9=E6=8E=A5=E9=AB=98=E5=BE=B7?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 +- components/MapComponent.vue | 152 ++++---- components/OrderItemCard.vue | 2 +- config/http.js | 1 + config/url.js | 8 +- locale/zh-CN.js | 9 +- manifest.json | 28 +- pages/device/detail.vue | 65 ++-- pages/feedback/detail.vue | 2 +- pages/index/index.vue | 219 ++++++------ pages/login/index.vue | 29 +- pages/my/index.vue | 82 ++--- pages/order/index.vue | 7 +- pages/order/payment.vue | 11 +- pages/return/index.vue | 16 +- pages/serve/bagCheck/index.vue | 2 +- pages/userProfile/index.vue | 6 +- util/index.js | 56 +-- utils/mapUtils.js | 633 ++++++++++++++++++++++++++++++++- utils/orderMonitor.js | 31 +- 20 files changed, 964 insertions(+), 399 deletions(-) diff --git a/App.vue b/App.vue index 6689284..18c14a6 100644 --- a/App.vue +++ b/App.vue @@ -1,6 +1,6 @@