fix:“登录中”文案错误

pull/171/MERGE
YunaiV 2025-11-29 09:35:16 +08:00
parent 8e6ed9d63b
commit 5724bc61b0
2 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ const AuthUtil = {
}, },
custom: { custom: {
showSuccess: true, showSuccess: true,
loadingMsg: '登中', loadingMsg: '登中',
}, },
}); });
}, },
@ -91,7 +91,7 @@ const AuthUtil = {
}, },
custom: { custom: {
showSuccess: true, showSuccess: true,
loadingMsg: '登中', loadingMsg: '登中',
}, },
}); });
}, },
@ -107,7 +107,7 @@ const AuthUtil = {
}, },
custom: { custom: {
showSuccess: true, showSuccess: true,
loadingMsg: '登中', loadingMsg: '登中',
successMsg: '登录成功', successMsg: '登录成功',
}, },
}); });

View File

@ -11,7 +11,7 @@ export default {
data, data,
custom: { custom: {
showSuccess: true, showSuccess: true,
loadingMsg: '登中', loadingMsg: '登中',
}, },
}), }),
}, },