mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update url, improve queue and songrequest
This commit is contained in:
@@ -15,7 +15,7 @@ const isLoading = ref(false)
|
||||
|
||||
async function VerifyAccount() {
|
||||
isLoading.value = true
|
||||
await QueryGetAPI<AccountInfo>(ACCOUNT_API_URL() + 'verify', {
|
||||
await QueryGetAPI<AccountInfo>(ACCOUNT_API_URL + 'verify', {
|
||||
target: route.query.target,
|
||||
})
|
||||
.then((data) => {
|
||||
|
||||
Reference in New Issue
Block a user