增加用户详情内的多个页面

This commit is contained in:
2023-03-03 17:59:52 +08:00
parent 33b290c61f
commit afcb62b4eb
9 changed files with 1019 additions and 50 deletions

View File

@@ -13,6 +13,12 @@ const api = {
url: '/user/'+data.id,
method: 'get'
})
},
getDealMoneyList: data => { // 获取资金交易明细
return service({
url: '/user/'+data.id,
method: 'get'
})
}
}
export default api