兰宝车间质量管理系统-前端
LiuHao
2024-12-27 b39e0ad6db13cb6c737cd4ef5dd867a44c928de3
src/utils/jsencrypt.ts
@@ -4,7 +4,7 @@
const publicKey = import.meta.env.VITE_APP_RSA_PUBLIC_KEY;
// 前端不建议存放私钥 不建议解密数据 因为都是透明的意义不大
const privateKey = '**********';
const privateKey = import.meta.env.VITE_APP_RSA_PRIVATE_KEY;
// 加密
export const encrypt = (txt: string) => {