|
|
@@ -38,28 +38,48 @@ export default [
|
|
|
routes: [
|
|
|
{
|
|
|
path: '/customer',
|
|
|
+<<<<<<< HEAD
|
|
|
redirect: '/customer/company'
|
|
|
+=======
|
|
|
+ redirect: '/customer/Company'
|
|
|
+ // authority: ['admin', 'company_access']
|
|
|
+>>>>>>> 3be301e... refactor: v4 升级 v5
|
|
|
},
|
|
|
{
|
|
|
path: '/customer/company',
|
|
|
name: 'company',
|
|
|
icon: 'icon-building',
|
|
|
+<<<<<<< HEAD
|
|
|
component: './Customer/Company',
|
|
|
access: 'authRouteFilter'
|
|
|
+=======
|
|
|
+ component: './Customer/Company'
|
|
|
+ // authority: ['admin', 'company_access']
|
|
|
+>>>>>>> 3be301e... refactor: v4 升级 v5
|
|
|
},
|
|
|
{
|
|
|
path: '/customer/client',
|
|
|
name: 'client',
|
|
|
icon: 'icon-address-book',
|
|
|
+<<<<<<< HEAD
|
|
|
component: './Customer/Client',
|
|
|
access: 'authRouteFilter'
|
|
|
+=======
|
|
|
+ component: './Customer/Client'
|
|
|
+ // authority: ['admin', 'client_access']
|
|
|
+>>>>>>> 3be301e... refactor: v4 升级 v5
|
|
|
},
|
|
|
{
|
|
|
path: '/customer/business',
|
|
|
name: 'business',
|
|
|
icon: 'icon-usd-circle',
|
|
|
+<<<<<<< HEAD
|
|
|
component: './Customer/Business',
|
|
|
access: 'authRouteFilter'
|
|
|
+=======
|
|
|
+ component: './Customer/Business'
|
|
|
+ // authority: ['admin', 'business_access']
|
|
|
+>>>>>>> 3be301e... refactor: v4 升级 v5
|
|
|
},
|
|
|
{
|
|
|
path: '/customer/test',
|