bill 4 tháng trước cách đây
mục cha
commit
7433d36e1d
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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) => {
   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());