优化玩家服务中心登录页,更新LOGO。

This commit is contained in:
Stev_Wang
2026-01-05 17:17:27 +08:00
parent 7b8e6c7f7e
commit 0af28435fe
5 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<div class="view-account-container animate__animated animate__fadeInDown">
<div class="view-account-top">
<div class="view-account-top-logo">
<img src="/assets/account-logo-D9-eMHsk.png" alt="梦幻西游" />
<img :src="logoImage" alt="梦幻西游" />
</div>
<div class="view-account-top-desc">梦幻西游玩家服务中心</div>
</div>
@@ -150,6 +150,7 @@ import { RiAlertLine } from '@remixicon/vue'
import { PersonOutline, LockClosedOutline, ShieldOutline } from '@vicons/ionicons5'
import { usePlayerStore } from '@/stores/player'
import { generateCaptcha, checkCaptchaEnabled, checkPlayerServiceStatus } from '@/api/player'
import logoImage from '../../../assets/logo.png'
const router = useRouter()
const message = useMessage()