|
@@ -1159,6 +1159,28 @@ const routesMaster = [
|
|
|
title: '注册审核选择设备',
|
|
|
}
|
|
|
},
|
|
|
+ //组织架构
|
|
|
+ {
|
|
|
+ path: 'organization',
|
|
|
+ name: 'MasterCompanyOrganization',
|
|
|
+ component: () => import('../views/Master/Company/Organization.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: false,
|
|
|
+ role: [],
|
|
|
+ title: '组织架构',
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //组织架构之个人资料
|
|
|
+ {
|
|
|
+ path: 'organizationInfo',
|
|
|
+ name: 'MasterCompanyOrganizationInfo',
|
|
|
+ component: () => import('../views/Master/Company/OrganizationInfo.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: false,
|
|
|
+ role: [],
|
|
|
+ title: '组织架构之个人资料',
|
|
|
+ }
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
|