From 3a7fad80a8ae1aaea29ebddb623a04d414de0002 Mon Sep 17 00:00:00 2001 From: dxldxl <1060434089@qq.com> Date: Thu, 27 Mar 2025 10:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=B4=9E=E6=89=AB=E6=8F=8F=E5=87=BA?= =?UTF-8?q?=E7=8E=B0yui2.9.0=E7=89=88=E6=9C=AC=E6=BC=8F=E6=B4=9Efix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/jsencrypt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/jsencrypt.ts b/src/utils/jsencrypt.ts index 42de5a01..6df068e4 100644 --- a/src/utils/jsencrypt.ts +++ b/src/utils/jsencrypt.ts @@ -1,4 +1,4 @@ -import JSEncrypt from 'jsencrypt'; +import JSEncrypt from 'jsencrypt/bin/jsencrypt.min.js'; // 密钥对生成 http://web.chacuo.net/netrsakeypair const publicKey = import.meta.env.VITE_APP_RSA_PUBLIC_KEY; -- Gitee