refactor: loading
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wxg0103 2025-04-23 16:04:57 +08:00
parent 7e4b147576
commit c8441cfd73
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<login-layout v-if="!loading" v-loading="loading"> <login-layout v-if="!loading" v-loading="loading || sendLoading">
<LoginContainer <LoginContainer
:subTitle=" :subTitle="
user.themeInfo?.slogan ? user.themeInfo?.slogan : $t('views.system.theme.defaultSlogan') user.themeInfo?.slogan ? user.themeInfo?.slogan : $t('views.system.theme.defaultSlogan')

View File

@ -1,5 +1,5 @@
<template> <template>
<login-layout v-if="!loading" v-loading="loading"> <login-layout v-if="!loading" v-loading="loading || sendLoading">
<LoginContainer <LoginContainer
:subTitle=" :subTitle="
user.themeInfo?.slogan ? user.themeInfo?.slogan : $t('views.system.theme.defaultSlogan') user.themeInfo?.slogan ? user.themeInfo?.slogan : $t('views.system.theme.defaultSlogan')