update 小改

master
管理员 1 year ago
parent a92793e0a2
commit 3963e0c2e2

@ -125,7 +125,7 @@ export const dynamicRoutes = [
{ {
path: 'index/:dictId(\\d+)', path: 'index/:dictId(\\d+)',
component: () => import('@/views/system/dict/data'), component: () => import('@/views/system/dict/data'),
name: 'Data', name: 'dictData',
meta: { title: '字典数据', activeMenu: '/system/dict' } meta: { title: '字典数据', activeMenu: '/system/dict' }
} }
] ]

Loading…
Cancel
Save