From 22b63390de2b195ea614904d76c151cf2ae5b89c Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期三, 09 十月 2024 10:32:44 +0800 Subject: [PATCH] 更新 --- src/layout/main/defaults.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/layout/main/defaults.vue b/src/layout/main/defaults.vue index 8122aef..b6ba0e8 100644 --- a/src/layout/main/defaults.vue +++ b/src/layout/main/defaults.vue @@ -1,7 +1,9 @@ <template> <el-container class="layout-container"> - <LayoutAside /> + <!-- 不要菜单栏 --> + <!-- <LayoutAside /> --> <el-container class="layout-container-view h100"> + <el-scrollbar ref="layoutScrollbarRef" class="layout-backtop"> <LayoutHeader /> <LayoutMain ref="layoutMainRef" /> -- Gitblit v1.8.0