修改接口报错

This commit is contained in:
duan
2024-12-31 16:14:19 +08:00
parent 75a0fa06bd
commit 8775b23f6a
9 changed files with 12 additions and 12 deletions

View File

@@ -67,7 +67,7 @@
viewType: this.viewType,
}
this.$Request.getT('app/moneyDetails/queryUserMoneyDetails', data).then(res => {
this.$Request.getT('/app/moneyDetails/queryUserMoneyDetails', data).then(res => {
this.totalCount = res.data.total;
if ( res.data.records.length > 0) {
this.list = [...this.list,...res.data.records];