fix(login): 修复更新昵称接口404问题

This commit is contained in:
woody 2025-08-01 09:08:56 +08:00
parent daf9909824
commit a60e6ade81
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export const menuList = data => http.get('/system/api/menu/list', data)
//更新个人资料 //更新个人资料
export const updateData = data => export const updateData = data =>
http.put('/retail-member/api/retail-member/update-data', data) http.put('/member/api/member/update-data', data)
//奖金来源 //奖金来源
export const queryBonusDetail = (data, data1) => export const queryBonusDetail = (data, data1) =>