소스 검색

Merge pull request #148 from fwfmiao/master

🐛 fix: encrypt.js
good luck 4 년 전
부모
커밋
27be9d9830
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 =