login
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user