分类渲染数据类型 : 岗位详情 公司详情 岗位收藏 公司收藏 浏览记录 预约列表

This commit is contained in:
xiebin
2025-11-23 18:20:28 +08:00
parent 06fb492cbd
commit abd91e2cb7
22 changed files with 1544 additions and 242 deletions

View File

@@ -85,6 +85,7 @@ export function createRequest(url, data = {}, method = 'GET', loading = false, h
msg
} = resData.data
if (code === 200) {
console.log(resData.data)
resolve(resData.data)
return
}