From 1bc5ef476fe05672b6c1db4b7a473e5b05ef8ed9 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Thu, 15 Aug 2024 16:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B3=A8=E9=87=8A=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/compress-image/compress-image.uvue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pages/API/compress-image/compress-image.uvue b/pages/API/compress-image/compress-image.uvue index 2044a88f..03602190 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)); -- GitLab