|
|
@ -548,25 +548,25 @@ export default [ |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
// {
|
|
|
|
path: '/distribution/turndelivery/deliveryDiscuss', |
|
|
|
// path: '/distribution/turndelivery/deliveryDiscuss',
|
|
|
|
component: Layout, |
|
|
|
// component: Layout,
|
|
|
|
redirect: '/distribution/turndelivery/deliveryDiscuss', |
|
|
|
// redirect: '/distribution/turndelivery/deliveryDiscuss',
|
|
|
|
children: [ |
|
|
|
// children: [
|
|
|
|
{ |
|
|
|
// {
|
|
|
|
path: '/distribution/turndelivery/deliveryDiscuss', |
|
|
|
// path: '/distribution/turndelivery/deliveryDiscuss',
|
|
|
|
name: '配送编辑', |
|
|
|
// name: '配送编辑',
|
|
|
|
meta: { |
|
|
|
// meta: {
|
|
|
|
i18n: 'dict', |
|
|
|
// i18n: 'dict',
|
|
|
|
}, |
|
|
|
// },
|
|
|
|
props: route => ({ |
|
|
|
// props: route => ({
|
|
|
|
name: route.query.name, |
|
|
|
// name: route.query.name,
|
|
|
|
id: route.query.id |
|
|
|
// id: route.query.id
|
|
|
|
}), |
|
|
|
// }),
|
|
|
|
component: () => import('@/views/turndelivery/deliverylist/deliveryDiscuss.vue'), |
|
|
|
// component: () => import('@/views/turndelivery/deliverylist/deliveryDiscuss.vue'),
|
|
|
|
}, |
|
|
|
// },
|
|
|
|
], |
|
|
|
// ],
|
|
|
|
}, |
|
|
|
// },
|
|
|
|
{ |
|
|
|
{ |
|
|
|
path: '/basicdata/brand/basicdataTripartiteMall', |
|
|
|
path: '/basicdata/brand/basicdataTripartiteMall', |
|
|
|
component: Layout, |
|
|
|
component: Layout, |
|
|
|