兰宝车间质量管理系统-前端
fengheguai
2024-01-25 fe3874396d594a5624dff40425ca2a97c742e119
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) => {