Selaa lähdekoodia

🎨 移除没有用的村里详情页

快乐的梦鱼 5 päivää sitten
vanhempi
commit
124753f93d
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      src/pages/components/LightMap.vue

+ 0 - 3
src/pages/components/LightMap.vue

@@ -177,9 +177,6 @@ function onMarkerTap(e: any) {
       });
       return;
     } 
-    setTimeout(() => {
-      navTo('/pages/home/light/details', { id: village.id });
-    }, 200);
   }
 }
 function onSelectedRegion(regionId: number) {