From 445d286e4b6fe040e49d4bd28b08b7a46958af9f Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 25 Nov 2024 17:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- .env.prostaging | 4 +- src/layout/components/Navbar.vue | 6 +- src/store/modules/bigdata.js | 10 +- src/views/assets/land.vue | 13 +- src/views/component/map.vue | 208 +++++++------------------------ src/views/dataShow/map.vue | 75 ++++++++++- src/views/dataShow/right3.vue | 10 +- src/views/lease/sign.vue | 4 + src/views/login/index.vue | 1 + 10 files changed, 156 insertions(+), 179 deletions(-) diff --git a/.env.production b/.env.production index 84f92f3..66a79e4 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API=http://192.168.1.31:9001/ -VUE_APP_UPLOAD_API=http://192.168.1.31:9001/api/admin/upload-file +VUE_APP_BASE_API='' +VUE_APP_UPLOAD_API=/api/admin/upload-file VUE_APP_PREVIEW=//view.langye.net/preview/onlinePreview diff --git a/.env.prostaging b/.env.prostaging index 7a58b6b..99c98d1 100644 --- a/.env.prostaging +++ b/.env.prostaging @@ -8,6 +8,6 @@ ENV = 'prostaging' #VUE_APP_UPLOAD_API=http://wuxiwuye.ali251.langye.net/api/admin/upload-file #VUE_APP_PREVIEW=//view.langye.net:8012/onlinePreview # base api -VUE_APP_BASE_API=http://192.168.221.31:9001/ -VUE_APP_UPLOAD_API=http://192.168.221.31:9001/api/admin/upload-file +VUE_APP_BASE_API='' +VUE_APP_UPLOAD_API=/api/admin/upload-file VUE_APP_PREVIEW=//view.langye.net/preview/onlinePreview diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9f226eb..5907a41 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -14,9 +14,9 @@