From 8f46f5c3db32415df5cb48f32f7494a3f25d51ed Mon Sep 17 00:00:00 2001 From: PLUTO <> Date: Thu, 26 Oct 2023 10:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=90=86=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/dataBoard/cpts/map/index.vue | 189 ++++---------- .../dataBoard/overview/components/jdwgy.vue | 12 +- src/views/dataBoard/overview/index.vue | 240 ++++-------------- vue.config.js | 4 +- 5 files changed, 100 insertions(+), 349 deletions(-) diff --git a/.env.development b/.env.development index e13266061..5bd12618a 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ NODE_ENV=development -# VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api -VUE_APP_API_SERVER = http://localhost:8080/api +VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api +# VUE_APP_API_SERVER = http://localhost:8080/api # VUE_APP_API_SERVER = http://192.168.1.140/api # VUE_APP_API_SERVER = http://219.146.91.110:30801/api # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api diff --git a/src/views/dataBoard/cpts/map/index.vue b/src/views/dataBoard/cpts/map/index.vue index fc67d1489..511473338 100644 --- a/src/views/dataBoard/cpts/map/index.vue +++ b/src/views/dataBoard/cpts/map/index.vue @@ -1,39 +1,17 @@