This commit is contained in:
lix
2025-06-20 14:55:00 +08:00
parent eb90574c74
commit f2ef1e81c8
20 changed files with 624 additions and 195 deletions

View File

@ -257,7 +257,7 @@ export async function jurySaveInfo(record: any) {
* 获取国密加密算法需要的属性
*/
export function getEncrypt() {
let encrypt = {
const encrypt = {
cipherMode: REACT_APP_PASSWORD_CIPHERMODE,
publicKey: REACT_APP_PASSWORD_PUBLICKEY
}