update 前端依赖小版本升级

JSEncrypt导包方式更换
Axios增加更明确的超时错误配置
This commit is contained in:
lau
2025-11-04 23:44:30 +08:00
parent f1ef2b1083
commit 8048d80baa
3 changed files with 34 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
import JSEncrypt from 'jsencrypt/bin/jsencrypt.min.js';
import JSEncrypt from 'jsencrypt';
// 密钥对生成 http://web.chacuo.net/netrsakeypair
const publicKey = import.meta.env.VITE_APP_RSA_PUBLIC_KEY;