bill 4 mesi fa
parent
commit
7433d36e1d
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/tagging-position/index.vue

+ 3 - 3
src/views/tagging-position/index.vue

@@ -83,9 +83,9 @@ useViewStack(() => {
 
 
 watch(showId, (id) => {
 watch(showId, (id) => {
   const position = positions.value?.find((item) => item.id === id);
   const position = positions.value?.find((item) => item.id === id);
-  if (custom.showMode === "fuse") {
-    position && flyTaggingPosition(position);
-  }
+  // if (custom.showMode === "fuse") {
+  position && flyTaggingPosition(position);
+  // }
 });
 });
 const [pose] = useCameraChange(() => sdk.getPose());
 const [pose] = useCameraChange(() => sdk.getPose());