|
@@ -15,15 +15,6 @@ export default [
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '~suplierListManage',
|
|
|
|
- name: 'suplierListManage',
|
|
|
|
- component: () => import('@/views/supplier/suplierListManage/index.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '供应商列表管理',
|
|
|
|
- keepAlive: true
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
path: '~sgccRecord',
|
|
path: '~sgccRecord',
|
|
name: 'sgccRecord',
|
|
name: 'sgccRecord',
|
|
component: () => import('@/views/supplier/sgccRecord/index.vue'),
|
|
component: () => import('@/views/supplier/sgccRecord/index.vue'),
|
|
@@ -32,4 +23,8 @@ export default [
|
|
keepAlive: true
|
|
keepAlive: true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path:'/home',
|
|
|
|
+ redirect: '/supplier/supplierDashboard'
|
|
|
|
+ }
|
|
]
|
|
]
|