功能页面的跳转
This commit is contained in:
@@ -128,6 +128,28 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/function',
|
||||
component: Layout,
|
||||
name: 'FunctionCenter',
|
||||
meta: {
|
||||
hidden: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/function/index.vue'),
|
||||
name: 'FunctionIndex',
|
||||
meta: {
|
||||
canTo: true,
|
||||
hidden: true,
|
||||
noTagsView: true,
|
||||
icon: 'ep:grid',
|
||||
title: '功能'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/dict',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user