feat: 独立登录页面

This commit is contained in:
2025-02-17 18:54:57 +08:00
parent 2cb9dc10ca
commit 8209a314f2
5 changed files with 658 additions and 35 deletions

View File

@@ -26,6 +26,8 @@ onMounted(() => {
icon: 'i-tabler-alert-triangle',
})
modal.open(ModalAuthentication)
} else if (!res && !loginState.token) {
router.replace('/user/authenticate')
}
})
})