|
|
@@ -165,17 +165,23 @@ export default [
|
|
|
{
|
|
|
path: 'software-usage',
|
|
|
name: 'software-usage',
|
|
|
- component: './Statistic/Product/SoftwareUsage'
|
|
|
+ component: './Statistic/Product/SoftwareUsage',
|
|
|
+ access: 'authRouteFilter',
|
|
|
+ validatePerm: true
|
|
|
},
|
|
|
{
|
|
|
path: 'invoice-aggregate',
|
|
|
name: 'invoice-aggregate',
|
|
|
- component: './Statistic/Product/InvoiceAggregate'
|
|
|
+ component: './Statistic/Product/InvoiceAggregate',
|
|
|
+ access: 'authRouteFilter',
|
|
|
+ validatePerm: true
|
|
|
},
|
|
|
{
|
|
|
path: 'invoice-trends',
|
|
|
name: 'invoice-trends',
|
|
|
- component: './Statistic/Product/InvoiceTrends'
|
|
|
+ component: './Statistic/Product/InvoiceTrends',
|
|
|
+ access: 'authRouteFilter',
|
|
|
+ validatePerm: true
|
|
|
}
|
|
|
]
|
|
|
}
|