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), 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 = {

View File

@@ -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">