fix: correct typos

This commit is contained in:
fwindpeak
2022-05-28 10:10:10 +08:00
committed by GitHub
parent 4157c7bccc
commit 636201df80
9 changed files with 16 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ export const useUserStore = defineStore({
name,
// 前端生成的验证码(按实际需求替换)
verifyCode: "",
// 登显示组件判断 0 1手机登 2二维码登 3注册 4忘记密码默认0
// 登显示组件判断 0 1手机登 2二维码登 3注册 4忘记密码默认0
currentPage: 0
}),
actions: {