产品-dev合并

This commit is contained in:
黎永顺 2023-08-01 11:19:23 +08:00
parent d1594e5620
commit d7bfa245d5
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class PassSetDialog extends Component {
return;
}
if (secondaryPwd1 !== secondaryPwd2) {
message.error(getLabel("504376", "密码确认不正确!"));
message.error(getLabel(504376, "密码确认不正确!"));
return;
}
} else {