From 57878af36bb0b2df90da0a5291e692db1aa7963a Mon Sep 17 00:00:00 2001
From: X1627315083 <1627315083@qq.com>
Date: Thu, 16 Oct 2025 16:30:09 +0800
Subject: [PATCH 1/6] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=BB=E5=B8=83?=
=?UTF-8?q?=E8=BF=87=E5=BA=A6=E5=8A=A8=E7=94=BB=E5=AF=BC=E8=87=B4=E7=BA=A2?=
=?UTF-8?q?=E7=BB=BF=E5=9B=BE=E5=BC=82=E5=B8=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CanvasEditor/managers/animation/AnimationManager.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js b/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js
index c9250732..fae2d949 100644
--- a/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js
+++ b/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js
@@ -69,7 +69,7 @@ export class AnimationManager {
// 如果变化太小,直接应用缩放
if (Math.abs(targetZoom - currentZoom) < 0.01) {
- this._applyZoom(point, targetZoom);
+ // this._applyZoom(point, targetZoom);
return;
}
@@ -121,7 +121,7 @@ export class AnimationManager {
this._zoomAnimation = null;
// 确保最终状态准确
- this._applyZoom(point, targetZoom, true);
+ // this._applyZoom(point, targetZoom, true);
},
};
@@ -817,7 +817,7 @@ export class AnimationManager {
this._wasZooming = false;
// 确保最终状态准确
- this._applyZoom(point, targetZoom, true);
+ // this._applyZoom(point, targetZoom, true);
},
});
}
From a297bb9791b8322a78746fa3720aa74b85ea40b6 Mon Sep 17 00:00:00 2001
From: X1627315083 <1627315083@qq.com>
Date: Thu, 16 Oct 2025 18:18:50 +0800
Subject: [PATCH 2/6] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9=E8=B0=83=E7=94=A8=E6=9B=B4=E6=96=B0?=
=?UTF-8?q?=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Administrator/affiliate/affiliateAudit/affiliateAudit.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/component/Administrator/affiliate/affiliateAudit/affiliateAudit.vue b/src/component/Administrator/affiliate/affiliateAudit/affiliateAudit.vue
index c1d9d698..107d4934 100644
--- a/src/component/Administrator/affiliate/affiliateAudit/affiliateAudit.vue
+++ b/src/component/Administrator/affiliate/affiliateAudit/affiliateAudit.vue
@@ -75,7 +75,7 @@
-
+