From 3894843063aa0f876d7726d7de28f05ec6ac61d3 Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 2 Jul 2024 19:01:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8C=87?= =?UTF-8?q?=E6=8C=A5=E9=83=A8=E5=A4=A7=E5=B1=8F=E8=B7=B3=E8=BD=AC=E8=BF=87?= =?UTF-8?q?=E6=9D=A5=E6=97=B6=E7=BC=BA=E5=A4=B1=E8=BF=94=E5=9B=9E=E4=B8=BB?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/projectIndex.vue | 1 + 1 file changed, 1 insertion(+) 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); } }); });