mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
65fc77918e
commit
3a7eb3c6d3
@ -137,8 +137,11 @@
|
|||||||
},
|
},
|
||||||
_closeSubMenu: function() {
|
_closeSubMenu: function() {
|
||||||
vm.curMenuName = '';
|
vm.curMenuName = '';
|
||||||
|
vm.subMenus = [];
|
||||||
|
vm.menus.forEach(item => {
|
||||||
|
item.active = false;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user