Ver a proveniência

路由

shengtang
747575620@qq.com há 1 ano
ascendente
cometimento
729f6a3dbd
1 ficheiros alterados com 1 adições e 3 eliminações
  1. +1
    -3
      frontend/config/routes.ts

+ 1
- 3
frontend/config/routes.ts Ver ficheiro

@@ -38,15 +38,13 @@
path: '/line', icon: 'SettingOutlined', name: '产线管理', path: '/line', icon: 'SettingOutlined', name: '产线管理',
routes: [ routes: [
{ path: '/line/manufacturing', name: '产线设备管理', component: './manufacturing/index' }, { path: '/line/manufacturing', name: '产线设备管理', component: './manufacturing/index' },
{ path: '/line/group', name: '分组', component: './group/index' }
] ]
}, },
{ {
path: '/recipeCraft', icon: 'SettingOutlined', name: '配方工艺管理', path: '/recipeCraft', icon: 'SettingOutlined', name: '配方工艺管理',
routes: [ routes: [
{ path: '/recipeCraft/recipe', name: '配方管理', component: './recipe/index' }, { 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' }, { path: '/work', icon: 'SettingOutlined', name: '工单管理', component: './workInfo/index' },


Carregando…
Cancelar
Guardar