更新个人中心

This commit is contained in:
TOP糯米 2023-03-20 21:26:40 +08:00
parent a314424c25
commit ff047a6c69
1 changed files with 6 additions and 6 deletions

View File

@ -181,12 +181,12 @@ export default {
this.$utils.toPage(url);
},
showCarefree() {
this.showCarefreeModal = true;
this.$request({
api: "system.carefree",
}).then((response) => {
this.carefreeContent = response.data.content;
});
// this.showCarefreeModal = true;
// this.$request({
// api: "system.carefree",
// }).then((response) => {
// this.carefreeContent = response.data.content;
// });
},
},
};