|
|
@@ -230,12 +230,14 @@ export default [
|
|
|
{
|
|
|
path: '/statistic/customer/source',
|
|
|
name: 'source',
|
|
|
- component: './Statistic/Customer/Source'
|
|
|
+ component: './Statistic/Customer/Source',
|
|
|
+ access: 'authRouteFilter'
|
|
|
},
|
|
|
{
|
|
|
path: '/statistic/customer/nature',
|
|
|
name: 'nature',
|
|
|
- component: './Statistic/Customer/Nature'
|
|
|
+ component: './Statistic/Customer/Nature',
|
|
|
+ access: 'authRouteFilter'
|
|
|
}
|
|
|
]
|
|
|
}
|