Browse Source

🐛 fix: encrypt.js

飞木鱼 4 years ago
parent
commit
25086d4335
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/encrypt.js

+ 1 - 1
src/utils/encrypt.js

@@ -1,4 +1,4 @@
-import { JSEncrypt } from 'jsencrypt/bin/jsencrypt.min'
+import JSEncrypt from 'jsencrypt'
 import { getPublicKey } from '@/api/publicKey'
 
 const privateKey =