|
|
@@ -17,17 +17,17 @@ |
|
|
|
{ |
|
|
|
path: '/base', icon: 'SettingOutlined', name: '基础数据管理', |
|
|
|
routes: [{ path: '/base/deviceinfo', name: '设备管理', component: './deviceInfo/index' }, |
|
|
|
{ path: '/base/lc', name: '料仓管理', component: './logs/index' }, |
|
|
|
{ path: '/base/stock', name: '料仓管理', component: './stock/index' }, |
|
|
|
{ path: '/base/materials', name: '原料管理', component: './materials/index' }, |
|
|
|
{ path: '/base/tong', name: '桶管理', component: './logs/index' }, |
|
|
|
{ path: '/base/recipe', name: '成品管理', component: './recipe/index' }, |
|
|
|
{ path: '/base/bucket', name: '桶管理', component: './bucket/index' }, |
|
|
|
{ path: '/base/final', name: '成品管理', component: './final/index' }, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/line', icon: 'SettingOutlined', name: '产线管理', |
|
|
|
routes: [ |
|
|
|
{ path: '/line/log1', name: '产线设备管理', component: './logs/index' }, |
|
|
|
{ path: '/line/log2', name: '分组', component: './logs/index' } |
|
|
|
{ path: '/line/manufacturing', name: '产线设备管理', component: './manufacturing/index' }, |
|
|
|
{ path: '/line/group', name: '分组', component: './group/index' } |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|