feat: 更新职业图谱接口配置和appUserInfo接口路径

This commit is contained in:
2025-11-27 19:10:42 +08:00
parent 7f00dc69a8
commit 7ae6d8f340
5 changed files with 169 additions and 122 deletions

View File

@@ -10,6 +10,6 @@ export function appUserInfo() {
return request({
url: '/app/user/appUserInfo',
method: 'get',
baseUrlType: 'user' // 使用用户接口专用baseUrl
baseUrlType: 'appUserInfo' // 使用appUserInfo接口专用baseUrl
})
}