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),
|
toString: () => (process.env.NODE_ENV === 'development' ? debugAPI : apiFail.value ? failoverAPI : releseAPI),
|
||||||
}
|
}
|
||||||
export const BASE_API_URL = {
|
export const BASE_API_URL = {
|
||||||
toString: () => BASE_URL + 'api/',
|
toString: () => BASE_URL.toString() + 'api/',
|
||||||
}
|
}
|
||||||
export const FETCH_API = 'https://fetch.vtsuru.live/'
|
export const FETCH_API = 'https://fetch.vtsuru.live/'
|
||||||
export const BASE_HUB_URL = {
|
export const BASE_HUB_URL = {
|
||||||
|
|||||||
@@ -611,7 +611,7 @@ onMounted(() => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
">
|
">
|
||||||
<template v-if="!isLoadingAccount">
|
<template v-if="!isLoadingAccount">
|
||||||
|
|||||||
Reference in New Issue
Block a user