From 51418f5c25e5aecb1b94315e69e03563bfcfc5af Mon Sep 17 00:00:00 2001 From: taohebin Date: Thu, 18 Jul 2024 10:46:36 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8E=BB=E9=99=A4=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=B5=8B=E8=AF=95=E4=BE=8B=E4=B8=AD=E7=9A=84?= =?UTF-8?q?log=EF=BC=8C=E5=8F=AF=E8=83=BD=E5=BD=B1=E5=93=8D=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8C=96=E6=B5=8B=E8=AF=95=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/download-file/download-file.uvue | 3 --- pages/API/upload-file/upload-file.uvue | 2 -- 2 files changed, 5 deletions(-) diff --git a/pages/API/download-file/download-file.uvue b/pages/API/download-file/download-file.uvue index 35cef628..1fad4fe3 100644 --- a/pages/API/download-file/download-file.uvue +++ b/pages/API/download-file/download-file.uvue @@ -140,11 +140,9 @@ // #ifdef APP testInovkeDownloadFile({ success:(res: any)=>{ - console.log("success :", res); this.jest_result = true }, fail:(err: any)=>{ - console.log("fail :", err); this.jest_result = false } } as CommonOptions) @@ -155,7 +153,6 @@ url: "https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/1789834995055525889-你好%23你好.png", success: (res: DownloadFileSuccess) => { this.jest_result = true; - console.log("res :", res); }, fail: () => { this.jest_result = false; diff --git a/pages/API/upload-file/upload-file.uvue b/pages/API/upload-file/upload-file.uvue index 180768a8..fab01a8a 100644 --- a/pages/API/upload-file/upload-file.uvue +++ b/pages/API/upload-file/upload-file.uvue @@ -206,11 +206,9 @@ // #ifdef APP testInovkeUploadFile({ success: (res : any) => { - console.log("success :", res); this.jest_result = true }, fail: (err : any) => { - console.log("fail :", err); this.jest_result = false } } as CommonOptions) -- GitLab