From 868b0c73ae9426239b203d621a8f19c5fe5fee61 Mon Sep 17 00:00:00 2001 From: yy2205 <2238220225@qq.com> Date: Fri, 23 May 2025 09:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ECG/ECGForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ECG/ECGForm.vue b/src/views/ECG/ECGForm.vue index 415f6a8b..94413d08 100644 --- a/src/views/ECG/ECGForm.vue +++ b/src/views/ECG/ECGForm.vue @@ -735,9 +735,9 @@ async function process() { data.watermarkText = data.step + queryParams.value.doctorDiagResult // console.log(data) data.imagePath = processImageApi.urlToAddress(data.imagePath) - let str = JSON.stringify(data) - let str64 = encodeBase64(str) - const processResponse = await processImageApi.processImg(str64) + // let str = JSON.stringify(data) + // let str64 = encodeBase64(str) + const processResponse = await processImageApi.processImg(data) console.log("processResponse",processResponse) // 1. 解析外层 JSON 的 data 字符串