|
|
@@ -42,14 +42,6 @@ export default [
|
|
|
redirect: '/customer/company'
|
|
|
},
|
|
|
{
|
|
|
- path: '/customer/company',
|
|
|
- name: 'company',
|
|
|
- icon: 'icon-building',
|
|
|
- component: './Customer/Company',
|
|
|
- access: 'authRouteFilter',
|
|
|
- validatePerm: true
|
|
|
- },
|
|
|
- {
|
|
|
path: '/customer/client',
|
|
|
name: 'client',
|
|
|
icon: 'icon-address-book',
|
|
|
@@ -58,6 +50,14 @@ export default [
|
|
|
validatePerm: true
|
|
|
},
|
|
|
{
|
|
|
+ path: '/customer/company',
|
|
|
+ name: 'company',
|
|
|
+ icon: 'icon-building',
|
|
|
+ component: './Customer/Company',
|
|
|
+ access: 'authRouteFilter',
|
|
|
+ validatePerm: true
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/customer/business',
|
|
|
name: 'business',
|
|
|
icon: 'icon-usd-circle',
|