From 4a49479985a81c1cbd3ad53d90ab2e7145d6c8c4 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 24 Feb 2021 15:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E6=B5=8B=E8=BE=B9=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=81=AE=E6=8C=A1=E5=86=85=E5=AE=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=AF=A6=E7=BB=86=E8=AF=B4=E6=98=8E=20#2255?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ant-design-vue-jeecg/src/components/page/GlobalLayout.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ant-design-vue-jeecg/src/components/page/GlobalLayout.vue b/ant-design-vue-jeecg/src/components/page/GlobalLayout.vue index b44304f7..0eedf3e9 100644 --- a/ant-design-vue-jeecg/src/components/page/GlobalLayout.vue +++ b/ant-design-vue-jeecg/src/components/page/GlobalLayout.vue @@ -131,6 +131,11 @@ //--update-begin----author:scott---date:20190320------for:根据后台菜单配置,判断是否路由菜单字段,动态选择是否生成路由(为了支持参数URL菜单)------ //this.menus = this.mainRouters.find((item) => item.path === '/').children; this.menus = this.permissionMenuList + + //--update-begin----author:liusq---date:20210223------for:关于测边菜单遮挡内容问题详细说明 #2255 + this.collapsed=!this.sidebarOpened; + //--update-begin----author:liusq---date:20210223------for:关于测边菜单遮挡内容问题详细说明 #2255 + // 根据后台配置菜单,重新排序加载路由信息 //console.log('----加载菜单逻辑----') //console.log(this.mainRouters) -- GitLab