|
|
|
|
@ -268,45 +268,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/mes/mixTrace/show/tire1',
|
|
|
|
|
component: Layout,
|
|
|
|
|
hidden: true,
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '',
|
|
|
|
|
component: () => import('@/views/mes/mixTrace/show/tire1.vue'),
|
|
|
|
|
name: 'MixTraceTire1',
|
|
|
|
|
meta: { title: '轮胎全程追溯', activeMenu: '/mes/mixTrace/show', noCache: true }
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/mes/mixTrace/show/tire2',
|
|
|
|
|
component: Layout,
|
|
|
|
|
hidden: true,
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '',
|
|
|
|
|
component: () => import('@/views/mes/mixTrace/show/tire2.vue'),
|
|
|
|
|
name: 'MixTraceTire2',
|
|
|
|
|
meta: { title: '轮胎详情', activeMenu: '/mes/mixTrace/show/tire1', noCache: true }
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/mes/mixTrace/show/forward1',
|
|
|
|
|
component: Layout,
|
|
|
|
|
hidden: true,
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '',
|
|
|
|
|
component: () => import('@/views/mes/mixTrace/show/forward1.vue'),
|
|
|
|
|
name: 'MixTraceForward1',
|
|
|
|
|
meta: { title: '正向追溯', activeMenu: '/mes/mixTrace/show', noCache: true }
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
// 动态路由,基于用户权限动态去加载
|
|
|
|
|
|