feat(player): theme-2 登录/注册/找回密码使用 zt2.webp 背景
替换 h5bg.webp,仅 theme-2 玩家端认证页
This commit is contained in:
BIN
apps/player/src/assets/images/zt2.webp
Normal file
BIN
apps/player/src/assets/images/zt2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
@@ -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();
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user