Skip to content

Commit 378afa1

Browse files
author
sunshine824
committed
路由优化
1 parent eb47a92 commit 378afa1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/layouts/LevelBasicLayout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ const LevelBasicLayout = defineComponent({
7272
<div class={styles['vertical-sub-menu']}>
7373
<Menus menuLists={subMenuLists['value']} mode="inline"></Menus>
7474
</div>
75-
) : (
76-
''
77-
)}
75+
) : null}
7876
{/* 右侧内容区 */}
7977
<Layout.Content>
8078
<RouterView />

0 commit comments

Comments
 (0)