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;
}