This commit is contained in:
2026-01-12 09:34:04 +08:00
parent ad8786673f
commit af9f513b69
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<template>
<div class="t-container">
<StarBackground3 />
<div :class="prefixCls" class="login-box relative w-full h-full" v-if="!isSingleLogin">
<div class="center-box">
<div class="login-left-title">
@ -41,6 +40,7 @@
const { currentRoute } = useRouter();
const userStore = useUserStore();
const isSingleLogin = ref(false);
const { notification } = useMessage();
const { t } = useI18n();