2
0

fix:添加查询是否注册,页面问题修复

This commit is contained in:
zhongzm
2024-11-29 18:07:43 +08:00
parent 4cbdc12f90
commit 8f198f789d
7 changed files with 155 additions and 39 deletions

View File

@@ -21,7 +21,13 @@ export function sendCaptcha(body:Api.Auth.EmailCaptcha){
})
}
//验证注册
export function doCheckUserRepeat(body:Api.Auth.CheckBody){
return request<boolean>({
url:'/u/user/checkRepeat',
method:'post',
data:body
})
}
//添加注册
export function fetchRegister(body: Api.Auth.RegisterBody) {
return request({