scan the QR code to log in on the WeChat public account

This commit is contained in:
landaiqing
2024-08-15 23:57:12 +08:00
parent cab3b1ee96
commit 3140eaca99
11 changed files with 432 additions and 45 deletions

View File

@@ -38,6 +38,9 @@ export default {
sendCaptchaError: "captcha sending failed, please try again later",
loginSuccess: "login success",
loginError: "login failed!",
twoPasswordNotSame: "two passwords are not the same, please try again",
resetPasswordSuccess: "reset password success",
resetPasswordError: "reset password failed",
},
error: {

View File

@@ -38,6 +38,10 @@ export default {
sendCaptchaError: "验证码发送失败,请稍后再试!",
loginSuccess: "登录成功!",
loginError: "登录失败!",
twoPasswordNotSame: "两次密码输入不一致!",
resetPasswordSuccess: "密码重置成功!",
resetPasswordError: "密码重置失败!",
},