fix(login): 修复更新昵称接口404问题
This commit is contained in:
		
							parent
							
								
									2455e246fe
								
							
						
					
					
						commit
						2b931f0d1a
					
				| 
						 | 
				
			
			@ -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