mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update url
This commit is contained in:
@@ -86,7 +86,7 @@ async function onDateChange() {
|
||||
}
|
||||
async function get() {
|
||||
try {
|
||||
const data = await QueryGetAPI<EventModel[]>(BASE_API + 'event/get', {
|
||||
const data = await QueryGetAPI<EventModel[]>(BASE_API() + 'event/get', {
|
||||
start: selectedDate.value[0],
|
||||
end: selectedDate.value[1],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user