diff --git a/components/page/index/PageIndexMap.vue b/components/page/index/PageIndexMap.vue
index 17589703c0630e49a93439727c18449cae4b42a4..c2911da0fe512b33b3eadc93bab659e446a6be3c 100644
--- a/components/page/index/PageIndexMap.vue
+++ b/components/page/index/PageIndexMap.vue
@@ -4687,9 +4687,7 @@ export default {
     const showBeginingTitle = false;
 
     const beginingFinished = false;
-    //const beginingFinished = true; // TODO: 调试用
     const showPolyU = false;
-    //const showPolyU = true; // TODO: 调试用
 
     const enlargeTaxi = false;
 
@@ -4714,7 +4712,6 @@ export default {
     };
   },
   mounted() {
-    ///* TODO: 调试用Start
     utils.lockScroll();
     this.$scrollTo(".home");
     window.scrollTo(0, 0);
@@ -4910,13 +4907,11 @@ export default {
         playStartingAnimation();
       }
     });
-    //TODO: 调试用End */
 
     this.$Scrollent.events.on(
       ["percentageChanged", this.$refs.road],
       (data) => {
         if (this.beginingFinished) {
-          console.log(data.to)
           this.enlargeTaxi = data.to > this.percentTaxi;
         }
       }
@@ -4926,10 +4921,6 @@ export default {
 </script>
 
 <style lang='scss' scoped>
-/*.map-wrap {
-  opacity: 0 !important;
-  /*TODO: 调试用 
-}*/
 
 .road {
   position: relative;