个人资料和岗位列表联调,简历优化部分页面

This commit is contained in:
2026-04-01 11:41:51 +08:00
parent 0468339d23
commit 821a950df2
42 changed files with 5935 additions and 748 deletions
+9
View File
@@ -40,6 +40,15 @@ export function smsLogin(mobileNumber: string, code: string, inviteCode?: string
})
}
/**
* 检查登录状态
* GET /public/checkLogin
* 有 Cookie 且认证通过返回 data: true,否则返回 data: false
*/
export function checkLogin() {
return request.get<any, ApiResult<boolean>>('/public/checkLogin')
}
/**
* 退出登录
* POST /public/logout