From 2d3e133203e876c171ad1841cd8dcdd4fe4988cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 30 Jul 2025 17:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../hjm/hjmCar/components/hjmCarEdit.vue | 584 +++++++++--------- 2 files changed, 296 insertions(+), 290 deletions(-) diff --git a/.env.development b/.env.development index 8aa7af0..3380aee 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api diff --git a/src/views/hjm/hjmCar/components/hjmCarEdit.vue b/src/views/hjm/hjmCar/components/hjmCarEdit.vue index 59800b2..ff8b125 100644 --- a/src/views/hjm/hjmCar/components/hjmCarEdit.vue +++ b/src/views/hjm/hjmCar/components/hjmCarEdit.vue @@ -71,7 +71,8 @@ style="margin-left: 10px; width: 137px" @click="openMapPicker" > - 选取 + + 选取 @@ -124,306 +125,311 @@