|
|
@@ -70,13 +70,13 @@ export default [
|
|
|
component: './Customer/Business',
|
|
|
access: 'authRouteFilter',
|
|
|
validatePerm: true
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/customer/test',
|
|
|
- name: 'test',
|
|
|
- icon: 'icon-usd-circle',
|
|
|
- component: './Customer/Test'
|
|
|
}
|
|
|
+ // {
|
|
|
+ // path: '/customer/test',
|
|
|
+ // name: 'test',
|
|
|
+ // icon: 'icon-usd-circle',
|
|
|
+ // component: './Customer/Test'
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -210,12 +210,12 @@ export default [
|
|
|
component: './Statistic/Product/InvoiceTrends',
|
|
|
access: 'authRouteFilter',
|
|
|
validatePerm: true
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'customer-additions',
|
|
|
- name: 'customer-additions',
|
|
|
- component: './Statistic/Product/CustomerAdditions'
|
|
|
}
|
|
|
+ // {
|
|
|
+ // path: 'customer-additions',
|
|
|
+ // name: 'customer-additions',
|
|
|
+ // component: './Statistic/Product/CustomerAdditions'
|
|
|
+ // }
|
|
|
]
|
|
|
}
|
|
|
]
|