fix: 修正解锁成功提示中的拼写错误
This commit is contained in:
@@ -272,7 +272,7 @@ function fnUnlock() {
|
||||
hide();
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
message.success({
|
||||
content: t('views.system.log.login.unlockSure', {
|
||||
content: t('views.system.log.login.unlockSuss', {
|
||||
userName: username,
|
||||
}),
|
||||
duration: 3,
|
||||
|
||||
Reference in New Issue
Block a user