fix: 修复问题

This commit is contained in:
2026-02-23 14:53:19 +08:00
parent af23c8779e
commit 7a4175802f
4 changed files with 40 additions and 11 deletions

View File

@@ -200,7 +200,7 @@ export function getUserInfoAuth() {
* @returns {Promise<Object>} 用户档案
*/
export async function getUserProfile() {
const { data } = await api.get(`/webApi/api/tik/muye/member-profile/get`)
const { data } = await api.get(`/webApi/api/tik/member-profile/get`)
return data
}