From 2f02dd951f519d1969dc5ae9a95c5ddfdf1f6a1c Mon Sep 17 00:00:00 2001 From: Sunwuyuan Date: Sun, 1 Feb 2026 09:28:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9examaware=E5=8D=8F=E8=AE=AEUR?= =?UTF-8?q?L=E5=8F=82=E6=95=B0=EF=BC=8C=E4=BB=8E'file'=E6=94=B9=E4=B8=BA'd?= =?UTF-8?q?ata'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ExamConfigEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ExamConfigEditor.vue b/src/components/ExamConfigEditor.vue index 30fd5ce..a010524 100644 --- a/src/components/ExamConfigEditor.vue +++ b/src/components/ExamConfigEditor.vue @@ -1867,7 +1867,7 @@ export default { const base64Data = btoa(unescape(encodeURIComponent(jsonString))); // 构建examaware://协议URL - const ea2Url = `examaware://player?file=${base64Data}`; + const ea2Url = `examaware://player?data=${encodeURIComponent(base64Data)}`; // 尝试打开 window.location.href = ea2Url;