|
@@ -48,24 +48,24 @@ export const constantRoutes = [
|
|
|
hidden: true
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- path: '/return_goods',
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'new_apply',
|
|
|
- name: 'new_apply',
|
|
|
- component: () => import('@/views/supply/apply/new_apply'),
|
|
|
- meta: { title: '零售退货申请', icon: '' }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'new_engin',
|
|
|
- name: 'new_apply',
|
|
|
- component: () => import('@/views/supply/apply/new_engin'),
|
|
|
- meta: { title: '工程退货申请', icon: '' }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // path: '/return_goods',
|
|
|
+ // component: Layout,
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'new_apply',
|
|
|
+ // name: 'new_apply',
|
|
|
+ // component: () => import('@/views/supply/apply/new_apply'),
|
|
|
+ // meta: { title: '零售退货申请', icon: '' }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'new_engin',
|
|
|
+ // name: 'new_apply',
|
|
|
+ // component: () => import('@/views/supply/apply/new_engin'),
|
|
|
+ // meta: { title: '工程退货申请', icon: '' }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // }
|
|
|
|
|
|
// {
|
|
|
// path: '/goods',
|