优化玩家服务中心登录页,更新LOGO。
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user