diff --git a/src/views/projectAdmin/projectIndex.vue b/src/views/projectAdmin/projectIndex.vue index 7a02a91f..b3d35c23 100644 --- a/src/views/projectAdmin/projectIndex.vue +++ b/src/views/projectAdmin/projectIndex.vue @@ -356,6 +356,7 @@ export default { item.menuList.map((item2) => { if (item2.path == path) { this.$store.commit("setMenuList", item.menuList); + this.$store.commit("setIsShowBackIndex", true); } }); });