mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix loading display
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user