Explorar el Código

Merge branch 'v1.9.0-jm' of http://192.168.0.115:3000/bill/fuse-code into v1.9.0-jm

xzw hace 7 meses
padre
commit
512094e87f
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      src/views/tagging-position/index.vue
  2. 1 0
      src/views/tagging/sign.vue

+ 1 - 0
src/views/tagging-position/index.vue

@@ -101,6 +101,7 @@ const flyTaggingPosition = (position: TaggingPosition) => {
     dur: 300,
     // distance: 3,
     maxDis: 15,
+    isFlyToTag: true,
   });
 };
 onUnmounted(() => pop && pop());

+ 1 - 0
src/views/tagging/sign.vue

@@ -103,6 +103,7 @@ const flyTaggingPositions = (tagging: Tagging, callback?: () => void) => {
       dur: 300,
       // distance: 3,
       maxDis: 15,
+      isFlyToTag: true
     });
 
     setTimeout(() => {