Ver código fonte

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

快乐的梦鱼 5 dias atrás
pai
commit
124753f93d
1 arquivos alterados com 0 adições e 3 exclusões
  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) {