diff --git a/pages/API/compress-image/compress-image.uvue b/pages/API/compress-image/compress-image.uvue
index 2044a88f64de734d06a12f5176945c59930b4f09..03602190bcc94aab9b9f6442c8b6edcfd6446abf 100644
--- a/pages/API/compress-image/compress-image.uvue
+++ b/pages/API/compress-image/compress-image.uvue
@@ -27,8 +27,6 @@
@confirm="onQualityConfirm">
-
@@ -50,8 +48,6 @@
quality: 80,
compressedWidth: null as number | null,
compressedHeight: null as number | null,
- width: "auto",
- height: "auto",
rotate: 0,
// 自动化测试
imageInfoForTest: null,
@@ -75,8 +71,6 @@
quality: this.quality,
compressedWidth: this.compressedWidth,
compressedHeight: this.compressedHeight,
- width: this.width,
- height: this.height,
rotate: this.rotate,
success: (res) => {
console.log("compressImage success", JSON.stringify(res));