feat: 完善前端登录跳转体验

This commit is contained in:
陈淳
2024-02-23 16:05:09 +08:00
parent f77887e6a3
commit 9f4c87c555
2 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ if(registerForm.password!=passwordConfirm.value)
});
//成功
if (response!=undefined) {
if (response.status==204) {
ElMessage({
message: `恭喜!${registerForm.userName},注册成功!请登录!`,
type: 'success',