漏洞扫描出现yui2.9.0版本漏洞fix

This commit is contained in:
dxldxl 2025-03-27 10:10:50 +08:00
parent 8bff98ac72
commit 3a7fad80a8

View File

@ -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;