mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunityWeb
This commit is contained in:
commit
0988ce2f71
@ -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