Skip to content

Commit

Permalink
refactor: 重构完成
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Aug 6, 2023
1 parent a3d213d commit 5d55597
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/router/index.ts
Expand Up @@ -567,25 +567,6 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
}
}
]
},
{
path: '/dynamic',
component: Layout,
redirect: '/404',
name: 'Dynamic',
meta: {
hidden: true
},
children: [
{
path: 'tab/:id',
component: () => import('@/components/Dynamic/src/Dynamic.vue'),
name: 'Dynamic',
meta: {
title: '详情页'
}
}
]
}
]

Expand Down

0 comments on commit 5d55597

Please sign in to comment.