fix auth login logic

This commit is contained in:
2024-03-12 17:58:12 +08:00
parent 5bb583dfe9
commit 31d656b6a1
3 changed files with 19 additions and 14 deletions

View File

@@ -110,6 +110,7 @@ onMounted(async () => {
const route = useRoute()
if (route.query.auth) {
useAuth.biliToken = route.query.auth as string
console.log(route.query.auth)
}
if (biliAuth.value?.id < 0) {
isLoading.value = true