feat: 完善职业图谱功能

This commit is contained in:
2025-12-04 14:38:54 +08:00
parent 7ae6d8f340
commit f8b9d3730b
7 changed files with 591 additions and 303 deletions

View File

@@ -13,6 +13,16 @@ export function getJobSkillDetail(params) {
})
}
// 获取技能权重
export function getJobSkillWeight(params) {
return request({
url: '/jobSkillDet/getJobSkillWeight',
method: 'get',
params,
baseUrlType: 'zytp'
})
}
// 暂未使用 - 如果需要在 CareerPath.vue 中点击路径职位查看详细技能信息时使用
// 使用场景:获取职业路径中某个职位的详细技能信息(包含技能分数、类型等)
// export function getJobPathSkill(data) {