feat: 重构用户端手机号验证码登录页

This commit is contained in:
2026-07-10 17:08:31 +08:00
parent 808ba74fc5
commit 2e274dea51
9 changed files with 991 additions and 209 deletions

View File

@@ -178,7 +178,7 @@ async function scrollToBottom() {
<template>
<main class="app-shell">
<section class="phone-frame">
<section class="phone-frame" :class="{ 'login-mode': !user && !booting }">
<div v-if="booting" class="booting">正在启动...</div>
<LoginPanel v-else-if="!user" @logged-in="onLoggedIn" />
<template v-else>