mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
个人主页增加关闭设置
This commit is contained in:
@@ -268,9 +268,9 @@
|
||||
//执行隐藏操作
|
||||
userApi.updateShowHome(!this.hideHome).then(res=>{
|
||||
if(res.status == 200) {
|
||||
this.userInfo.showHome = !this.hideHome;
|
||||
this.$message.success('修改成功');
|
||||
this.$store.dispatch('InitData');
|
||||
//this.userInfo.showHome = !this.hideHome;
|
||||
this.$message.success('修改成功');
|
||||
this.$store.dispatch('InitData');
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user