feat: 重构用户端手机号验证码登录页
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user