浏览代码

基础页面

wgl 4 年之前
父节点
当前提交
c29080683d

+ 22 - 0
src/projects/business/router/master.js

@@ -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: '组织架构之个人资料',
+						}
+					},
 				]
 			},
 

+ 8 - 0
src/projects/business/views/Master/Company/Organization.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 8 - 0
src/projects/business/views/Master/Company/OrganizationInfo.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>