功能页面的跳转

This commit is contained in:
2026-03-11 18:24:00 +08:00
parent 87430999e9
commit a6e263dd70
3 changed files with 255 additions and 1 deletions

View File

@@ -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,