mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-12-28 20:57:13 +08:00
refactor: 优化登录和菜单加载相关提示
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
const { rememberMe } = loginConfig.value;
|
||||
const { username } = values;
|
||||
loginConfig.value.username = rememberMe ? username : '';
|
||||
proxy.$message.success(t('login.form.login.success'));
|
||||
proxy.$notification.success(t('login.form.login.success'));
|
||||
})
|
||||
.catch(() => {
|
||||
getCaptcha();
|
||||
|
||||
Reference in New Issue
Block a user