登录失败取消loading效果
This commit is contained in:
parent
1f6e55a0dc
commit
4f1e58aac6
@ -76,6 +76,7 @@ async function doLogin() {
|
||||
saveJwtToken(token);
|
||||
router.push({ name: 'home' });
|
||||
} catch (err) {
|
||||
visible.value = false;
|
||||
const apiErr = err as ApiError;
|
||||
$q.notify({
|
||||
type: 'negative',
|
||||
|
Loading…
Reference in New Issue
Block a user