diff --git a/frontend/config/routes.ts b/frontend/config/routes.ts index b32f1b7..eb0a60d 100644 --- a/frontend/config/routes.ts +++ b/frontend/config/routes.ts @@ -38,15 +38,13 @@ path: '/line', icon: 'SettingOutlined', name: '产线管理', routes: [ { path: '/line/manufacturing', name: '产线设备管理', component: './manufacturing/index' }, - { path: '/line/group', name: '分组', component: './group/index' } ] }, { path: '/recipeCraft', icon: 'SettingOutlined', name: '配方工艺管理', routes: [ { path: '/recipeCraft/recipe', name: '配方管理', component: './recipe/index' }, - { path: '/recipeCraft/pot', name: '炒锅工艺', component: './craftInfo/pot' }, - { path: '/recipeCraft/kettle', name: '反应釜工艺', component: './craftInfo/kettle' } + { path: '/recipeCraft/pot', name: '炒锅工艺', component: './craftInfo/pot' } ] }, { path: '/work', icon: 'SettingOutlined', name: '工单管理', component: './workInfo/index' },