From ea19730b10e9cb55483a027b2640a95ae45362b9 Mon Sep 17 00:00:00 2001 From: yy2205 <2238220225@qq.com> Date: Wed, 18 Jun 2025 09:16:56 +0800 Subject: [PATCH] =?UTF-8?q?222=E7=89=88,=E4=BF=AE=E6=94=B9=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E7=9A=84js=E6=94=AF=E6=8C=81=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E7=9B=B8=E5=BA=94=E7=9A=84=E5=AF=BC=E5=85=A5=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/ukey.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils/ukey.ts b/src/utils/ukey.ts index eb3f9f85..67807cca 100644 --- a/src/utils/ukey.ts +++ b/src/utils/ukey.ts @@ -3,7 +3,7 @@ import axios from 'axios' export const loadUKeySdk = () => { return new Promise((resolve, reject) => { const script = document.createElement('script') - script.src = '/src/utils/sdk.min.v1.0.0.js' + script.src = '/sdk.min.v1.0.0.js' script.type = 'text/javascript' // 确保 window 对象已准备好 @@ -36,7 +36,6 @@ const downloadPdf = (data: any, filename: string = 'signed.pdf') => { } const uploadPdf = async (byteArray: number[], filename: string = 'signed.pdf') => { - console.log(router) // return try { // 将字节数组转换为逗号分隔的字符串