Skip to content

Commit

Permalink
refactor: 路由声明移除LayoutPage
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Jun 21, 2023
1 parent 99766d2 commit 0d3447e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mock/apiDemo/routeMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@ const menu = [
},
{
path: 'multilevel',
component: 'LayoutPage',
component: 'Layout',
meta: {
title: '多级菜单',
},
children: [
{
path: '1',
component: 'LayoutPage',
component: 'Layout',
meta: {
title: '多级菜单1',
},
children: [
{
path: '1-1',
component: 'LayoutPage',
component: 'Layout',
meta: {
title: '多级菜单1-1',
alwaysShow: true,
Expand Down

0 comments on commit 0d3447e

Please sign in to comment.