fix:修改指挥部大屏跳转过来时缺失返回主菜单按钮

This commit is contained in:
Vce 2024-07-02 19:01:28 +08:00
parent 320f5d3308
commit 3894843063

View File

@ -356,6 +356,7 @@ export default {
item.menuList.map((item2) => { item.menuList.map((item2) => {
if (item2.path == path) { if (item2.path == path) {
this.$store.commit("setMenuList", item.menuList); this.$store.commit("setMenuList", item.menuList);
this.$store.commit("setIsShowBackIndex", true);
} }
}); });
}); });