diff --git a/src/router/index.ts b/src/router/index.ts index 9d3081d..f073730 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -241,6 +241,32 @@ export const constantRoutes: RouteRecordRaw[] = [ meta: { title: '配方明细信息', activeMenu: '/mes/recipeInfo', noCache: true } } ] + }, + { + path: '/mes/mixTrace/show/backward1', + component: Layout, + hidden: true, + children: [ + { + path: '', + component: () => import('@/views/mes/mixTrace/show/backward1.vue'), + name: 'MixTraceBackward1', + meta: { title: '反向追溯列表', activeMenu: '/mes/mixTrace/show', noCache: true } + } + ] + }, + { + path: '/mes/mixTrace/show/backward2', + component: Layout, + hidden: true, + children: [ + { + path: '', + component: () => import('@/views/mes/mixTrace/show/backward2.vue'), + name: 'MixTraceBackward2', + meta: { title: '反向追溯详情', activeMenu: '/mes/mixTrace/show/backward1', noCache: true } + } + ] } ];