fix(login): 修复更新昵称接口404问题
This commit is contained in:
parent
ae1259fc81
commit
2cc977c84d
|
@ -47,7 +47,7 @@ export const menuList = data => http.get('/system/api/menu/list', 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) =>
|
||||
|
|
Loading…
Reference in New Issue