husq
2023-09-14 5fe88759ff433830c6d24fce8e3b0f6ecaff66e4
src/pages/page-web/projects/project_list/list_page/components/ProjectList.vue
@@ -128,7 +128,7 @@
}
const goDetail = (item: any) => {
  store.commit('SET_PROJECT_ID', item.id)
  store.commit('SET_PROJECT_ID', item.workspace_id)
  store.commit('SET_POINT_LIST', [])
  router.push({
    name: ERouterName.WORKSPACE,
@@ -139,7 +139,6 @@
  selectIndex.value === index ? selectIndex.value = -1 : selectIndex.value = index
  flyTo(global.$viewer, item.longitude, item.latitude)
  const flag = isEntityExist(global.$viewer, item.longitude, item.latitude)
  console.log(flag, 'fffff')
}
</script>