|
|
@@ -173,7 +173,7 @@ export default [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: 'statistic',
|
|
|
+ path: '/statistic',
|
|
|
name: 'statistic',
|
|
|
icon: 'icon-tongji',
|
|
|
routes: [
|
|
|
@@ -182,7 +182,7 @@ export default [
|
|
|
redirect: '/statistic/product'
|
|
|
},
|
|
|
{
|
|
|
- path: 'product',
|
|
|
+ path: '/statistic/product',
|
|
|
name: 'product',
|
|
|
icon: 'icon-chanpinxiaoshou',
|
|
|
routes: [
|
|
|
@@ -191,28 +191,28 @@ export default [
|
|
|
redirect: '/statistic/product/usage'
|
|
|
},
|
|
|
{
|
|
|
- path: 'usage',
|
|
|
+ path: '/statistic/product/usage',
|
|
|
name: 'usage',
|
|
|
component: './Statistic/Product/SoftwareUsage',
|
|
|
access: 'authRouteFilter',
|
|
|
validatePerm: true
|
|
|
},
|
|
|
{
|
|
|
- path: 'aggregate',
|
|
|
+ path: '/statistic/product/aggregate',
|
|
|
name: 'aggregate',
|
|
|
component: './Statistic/Product/InvoiceAggregate',
|
|
|
access: 'authRouteFilter',
|
|
|
validatePerm: true
|
|
|
},
|
|
|
{
|
|
|
- path: 'trends',
|
|
|
+ path: '/statistic/product/trends',
|
|
|
name: 'trends',
|
|
|
component: './Statistic/Product/InvoiceTrends',
|
|
|
access: 'authRouteFilter',
|
|
|
validatePerm: true
|
|
|
},
|
|
|
{
|
|
|
- path: 'receivables',
|
|
|
+ path: '/statistic/product/receivables',
|
|
|
name: 'receivables',
|
|
|
component: './Statistic/Product/InvoiceReceivables',
|
|
|
access: 'authRouteFilter'
|
|
|
@@ -220,7 +220,7 @@ export default [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: 'customer',
|
|
|
+ path: '/statistic/customer',
|
|
|
name: 'customer',
|
|
|
icon: 'icon-kehushuju',
|
|
|
routes: [
|
|
|
@@ -229,7 +229,7 @@ export default [
|
|
|
redirect: '/statistic/customer/additions'
|
|
|
},
|
|
|
{
|
|
|
- path: 'additions',
|
|
|
+ path: '/statistic/customer/additions',
|
|
|
name: 'additions',
|
|
|
component: './Statistic/Customer/CustomerAdditions',
|
|
|
access: 'authRouteFilter'
|