更新个人中心
This commit is contained in:
parent
a314424c25
commit
ff047a6c69
|
@ -181,12 +181,12 @@ export default {
|
||||||
this.$utils.toPage(url);
|
this.$utils.toPage(url);
|
||||||
},
|
},
|
||||||
showCarefree() {
|
showCarefree() {
|
||||||
this.showCarefreeModal = true;
|
// this.showCarefreeModal = true;
|
||||||
this.$request({
|
// this.$request({
|
||||||
api: "system.carefree",
|
// api: "system.carefree",
|
||||||
}).then((response) => {
|
// }).then((response) => {
|
||||||
this.carefreeContent = response.data.content;
|
// this.carefreeContent = response.data.content;
|
||||||
});
|
// });
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue