From 5c9ab6cc4cb949a1504079b4b05383ee3d4a5e2d Mon Sep 17 00:00:00 2001 From: zengmingjie Date: Wed, 25 Jun 2025 22:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/contentData/LeftSidebar/index.vue | 175 +++++++++++++------- src/views/contentData/headerTop/index.vue | 36 ++-- src/views/contentData/index.js | 1 - src/views/mapControl/index.vue | 132 +++++++++------ 5 files changed, 218 insertions(+), 128 deletions(-) diff --git a/.env.development b/.env.development index d76bf80..565b6dd 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ NODE_ENV = 'development' -VUE_APP_API_URL = 'http://114.66.57.139:8092' +VUE_APP_API_URL = 'http://114.66.57.139:8090' VUE_APP_MESSAGE_SDK_DEBUG = true \ No newline at end of file diff --git a/src/views/contentData/LeftSidebar/index.vue b/src/views/contentData/LeftSidebar/index.vue index a2151ca..1fb1d63 100644 --- a/src/views/contentData/LeftSidebar/index.vue +++ b/src/views/contentData/LeftSidebar/index.vue @@ -1,5 +1,6 @@