登录失败取消loading效果

This commit is contained in:
dong 2023-11-30 16:24:30 +08:00
parent 1f6e55a0dc
commit 4f1e58aac6

View File

@ -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',