feat(player): theme-2 登录/注册/找回密码使用 zt2.webp 背景

替换 h5bg.webp,仅 theme-2 玩家端认证页
This commit is contained in:
2026-06-23 15:24:25 +08:00
parent 43fa8ebef0
commit 6ba541c133
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -7,7 +7,7 @@ import { useSmsCode } from '../composables/useSmsCode';
import api from '../api';
import LocaleSwitcher from '../components/LocaleSwitcher.vue';
import PhoneCountrySelect from '../components/PhoneCountrySelect.vue';
import loginBg from '../assets/images/h5bg.webp';
import loginBg from '../assets/images/zt2.webp';
const { t, locale } = useI18n();
const router = useRouter();

View File

@@ -8,7 +8,7 @@ import { useAppLocale } from '../composables/useAppLocale';
import LocaleSwitcher from '../components/LocaleSwitcher.vue';
import PhoneCountrySelect from '../components/PhoneCountrySelect.vue';
import RobotVerify from '../components/RobotVerify.vue';
import loginBg from '../assets/images/h5bg.webp';
import loginBg from '../assets/images/zt2.webp';
type LoginMode = 'account' | 'phone';

View File

@@ -9,7 +9,7 @@ import { useSmsCode } from '../composables/useSmsCode';
import LocaleSwitcher from '../components/LocaleSwitcher.vue';
import PhoneCountrySelect from '../components/PhoneCountrySelect.vue';
import GoldSpinner from '../components/GoldSpinner.vue';
import loginBg from '../assets/images/h5bg.webp';
import loginBg from '../assets/images/zt2.webp';
const { t, locale } = useI18n();
const { initFromUser } = useAppLocale();