feat:新增图片导出功能

This commit is contained in:
奔跑的面条
2022-04-05 19:01:52 +08:00
parent eee2611c4e
commit 0d482ad9c4
14 changed files with 140 additions and 53 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import * as CryptoJS from 'crypto-ts'
// 加密
const AES_KEY = 'mt'
export const cryptoEncode = (data: string): string => {