|
|
|
@ -273,19 +273,19 @@ const reagentRouter = [
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/reagent/buy',
|
|
|
|
|
// component: Layout,
|
|
|
|
|
// meta: { classification: 'reagent' },
|
|
|
|
|
// children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: 'index',
|
|
|
|
|
// name: 'Buy',
|
|
|
|
|
// component: () => import('@/views/reagent/buy/index'),
|
|
|
|
|
// meta: { title: '请购', icon: '请购', classification: 'reagent' }
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/reagent/buy',
|
|
|
|
|
component: Layout,
|
|
|
|
|
meta: { classification: 'reagent' },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: 'index',
|
|
|
|
|
name: 'Buy',
|
|
|
|
|
component: () => import('@/views/reagent/buy/index'),
|
|
|
|
|
meta: { title: '请购', icon: '请购', classification: 'reagent' }
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/gotohome',
|
|
|
|
|
redirect: '/home',
|
|
|
|
|