fix: 修复问题
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user