Browse Source

路由

shengtang
747575620@qq.com 1 year ago
parent
commit
729f6a3dbd
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      frontend/config/routes.ts

+ 1
- 3
frontend/config/routes.ts View File

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


Loading…
Cancel
Save