diff --git a/Yi.BBS.Vue3/src/views/Login.vue b/Yi.BBS.Vue3/src/views/Login.vue index 70bfe533..438bdfce 100644 --- a/Yi.BBS.Vue3/src/views/Login.vue +++ b/Yi.BBS.Vue3/src/views/Login.vue @@ -6,30 +6,21 @@
使用账号 - - + />
密码 - - + />
@@ -106,18 +97,6 @@ const login = async (formEl) => { } } }); - // const response = await userStore.login(loginForm).catch((e) => { - // loginForm.password = ""; - // }); - // if (response != undefined) { - // ElMessage({ - // message: `您好${loginForm.userName},登录成功!`, - // type: "success", - // }); - - // const redirect = route.query?.redirect ?? "/index"; - // router.push(redirect); - // } };