From 44b4935aa4a438e63d0bd11e612f2e26ce8c8817 Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Fri, 18 Jul 2025 14:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=96=E6=94=BE=E8=B4=A7?= =?UTF-8?q?=E7=82=B9=20=E5=8F=91=E8=B5=B7=E4=BB=BB=E5=8A=A1=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8F=96=E6=94=BE=E8=B4=A7=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 4 +- .../components/locationSelectionDialog.vue | 41 ++++- .../components-tool/editNodeProperties.vue | 117 +++++++------- src/views/mapPage/realTimeMap/editMap.vue | 17 ++- .../mapPage/taskManagement/createTask.vue | 143 +++--------------- 5 files changed, 138 insertions(+), 184 deletions(-) diff --git a/.env.local b/.env.local index fe9c5b29..4782a110 100644 --- a/.env.local +++ b/.env.local @@ -4,9 +4,9 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -# VITE_BASE_URL='http://10.10.7.132:48080' +VITE_BASE_URL='http://10.10.7.132:48080' # VITE_BASE_URL='http://10.10.100.15:48080' -VITE_BASE_URL='http://10.10.5.5:48080' +# VITE_BASE_URL='http://10.10.5.5:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/src/views/mapPage/components/locationSelectionDialog.vue b/src/views/mapPage/components/locationSelectionDialog.vue index ab6299b5..9c5ccacb 100644 --- a/src/views/mapPage/components/locationSelectionDialog.vue +++ b/src/views/mapPage/components/locationSelectionDialog.vue @@ -101,7 +101,7 @@ -