|
@@ -122,22 +122,22 @@ export const constantRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/returnReceiptDetail',
|
|
|
- component: Layout,
|
|
|
- //permissions: ['business:outsourcedOrderDetails:query'],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'returnReceiptDetail/index',
|
|
|
- component: () => import('@/views/business/returnReceiptDetail/index'),
|
|
|
- name: 'ReturnReceiptDetail',
|
|
|
- meta: {
|
|
|
- title: '收回单明细',
|
|
|
- icon: 'list'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/returnReceiptDetail',
|
|
|
+ // component: Layout,
|
|
|
+ // //permissions: ['business:outsourcedOrderDetails:query'],
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'returnReceiptDetail/index',
|
|
|
+ // component: () => import('@/views/business/returnReceiptDetail/index'),
|
|
|
+ // name: 'ReturnReceiptDetail',
|
|
|
+ // meta: {
|
|
|
+ // title: '收回单明细',
|
|
|
+ // icon: 'list'
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/user',
|
|
|
component: Layout,
|