From 83bc7f6d33934f56fd1df80c7e8975e7c887d606 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 23 十月 2024 22:12:05 +0800 Subject: [PATCH] 检查类型 字典移除,使用 本地存储 --- src/views/Login/Login.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 5d349ce..94b9c9c 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -49,13 +49,13 @@ <!-- 璐﹀彿鐧诲綍 --> <LoginForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> <!-- 鎵嬫満鐧诲綍 --> - <MobileForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <MobileForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> <!-- 浜岀淮鐮佺櫥褰� --> - <QrCodeForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <QrCodeForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> <!-- 娉ㄥ唽 --> - <RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> <!-- 涓夋柟鐧诲綍 --> - <SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> </div> </Transition> </div> -- Gitblit v1.9.3