mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46: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 = {
|
||||
|
||||
@@ -611,7 +611,7 @@ onMounted(() => {
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
padding: 50px;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
box-sizing: border-box;
|
||||
">
|
||||
<template v-if="!isLoadingAccount">
|
||||
|
||||
Reference in New Issue
Block a user