update url

This commit is contained in:
2023-12-14 12:56:28 +08:00
parent 4ab1f6da4f
commit 82a0e72122
39 changed files with 299 additions and 350 deletions

View File

@@ -30,15 +30,13 @@ const isMoreThanContainer = computed(() => {
async function getUsers() {
try {
const data = await QueryGetAPI<UpdateLiveLotteryUsersModel>(LOTTERY_API_URL + 'live/get-users', {
const data = await QueryGetAPI<UpdateLiveLotteryUsersModel>(LOTTERY_API_URL() + 'live/get-users', {
code: currentCode.value,
})
if (data.code == 200) {
return data.data
}
} catch (err) {
console.error(err)
}
} catch (err) {}
return {
users: [],
resultUsers: [],