Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyun into bjxz-dev

This commit is contained in:
kun 2024-07-03 17:55:39 +08:00
commit 20dab68288

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);
} }
}); });
}); });