mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
修改一个问题
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
// 保存个人主页选项的编辑
|
||||
saveHideHome(){
|
||||
//执行隐藏操作
|
||||
userApi.updateShowHome(this.hideHome).then(res=>{
|
||||
userApi.updateShowHome(!this.hideHome).then(res=>{
|
||||
if(res.status == 200) {
|
||||
this.hideHomeEdit = false;
|
||||
//this.userInfo.showHome = !this.hideHome;
|
||||
|
||||
Reference in New Issue
Block a user