库区设置

This commit is contained in:
JinLu.Yin
2022-05-08 17:53:21 +08:00
parent 2e3d06b4b0
commit 4dd100db45
4 changed files with 427 additions and 6 deletions

View File

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