修改接口报错

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

@@ -551,7 +551,7 @@ export default {
}, 50);
},
async getRedPack() {
const res = await this.$Request.getT('app/moneyDetails/selectUserMoney');
const res = await this.$Request.getT('/app/moneyDetails/selectUserMoney');
if (res.code == 0) {
this.totalMoney = res.data.amount;
}