diff --git a/src/views/login.vue b/src/views/login.vue index 3117167c2..9bda06e47 100755 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -26,6 +26,9 @@ const banner = new URL('../assets/images/login-banner.png', import.meta.url).hre const logo = new URL('../assets/images/logo.png', import.meta.url).href const title = import.meta.env.VITE_APP_TITLE +// 登录方式,default 账号密码登录,qrcode 扫码登录 +const loginType = ref('default') + // 表单类型,login 登录,register 注册,reset 重置密码 const formType = ref('login') const loading = ref(false) @@ -159,44 +162,62 @@ function testAccount(account: string) { -
-

- 欢迎来到 {{ title }} ! 👋🏻 -

-
-
- - - - - - - - - - -
-
- - 记住我 - - - 忘记密码了? - -
- - 登录 - -