库区设置
This commit is contained in:
@@ -143,11 +143,25 @@ export const dynamicRoutes = [
|
||||
{
|
||||
path: 'index/:ruleId(\\d+)',
|
||||
component: () => import('@/views/system/autocode/part'),
|
||||
name: 'Data',
|
||||
name: 'AutoCode',
|
||||
meta: { title: '规则组成', activeMenu: '/system/autocode' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/mes/wm/location',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['mes:wm:location:list'],
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/mes/wm/location/index'),
|
||||
name: 'locationList',
|
||||
meta: { title: '库区设置', activeMenu: '/mes/wm/location' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/monitor/job-log',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user