fix loading display

This commit is contained in:
2025-03-18 20:54:28 +08:00
parent 36526af71c
commit e2ff1616b8
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export const BASE_URL = {
toString: () => (process.env.NODE_ENV === 'development' ? debugAPI : apiFail.value ? failoverAPI : releseAPI),
}
export const BASE_API_URL = {
toString: () => BASE_URL + 'api/',
toString: () => BASE_URL.toString() + 'api/',
}
export const FETCH_API = 'https://fetch.vtsuru.live/'
export const BASE_HUB_URL = {