更新个人中心
This commit is contained in:
parent
a314424c25
commit
ff047a6c69
|
@ -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;
|
||||
// });
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue