From 4afd7755b465829a21b238fc0ccb98d08a8381e6 Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期四, 27 二月 2025 14:23:36 +0800 Subject: [PATCH] gx --- 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