fix:修改指挥部大屏跳转过来时缺失返回主菜单按钮
This commit is contained in:
parent
320f5d3308
commit
3894843063
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user