From 05fdd3f91eca7201e742e6bd6a4562d1a6b91e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Mon, 4 Sep 2023 09:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/maps/index.html | 2 +- src/pages/projectDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/maps/index.html b/public/maps/index.html index 6ab5178..5f0edd5 100644 --- a/public/maps/index.html +++ b/public/maps/index.html @@ -27,7 +27,7 @@
diff --git a/src/pages/projectDetail.vue b/src/pages/projectDetail.vue index 7e276f4..91c1d64 100644 --- a/src/pages/projectDetail.vue +++ b/src/pages/projectDetail.vue @@ -739,7 +739,7 @@ export default { if(name.indexOf("医疗")>=0){ this.mapName="map1.html?time="+ +new Date(); return; - }else if(name.indexOf('文化艺术中心')>=0){ + }else if(name.indexOf('体育中心')>=0){ this.mapName="map2.html?time="+ +new Date(); return; }