From 192010c64e8c3ff3418f27c906e499ccdad1bbad Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 09 Jul 2021 08:45:45 +0800
Subject: [PATCH] 公司详情关联出资人和管理人,派遣管理关联各小区自己的派遣记录

---
 src/router/views/index.js |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index aec0d81..7a8290e 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -143,6 +143,19 @@
             import( /* webpackChunkName: "views" */ '@/views/securityUnit/index')
     }]
 }, {
+    path: '/securityUnitChild',
+    component: Layout,
+    redirect: '/securityUnitChild/index',
+    children: [{
+        path: 'index',
+        name: '保安单位详情',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/securityUnitChild/index')
+    }]
+}, {
     path: '/securityGuard',
     component: Layout,
     redirect: '/securityGuard/securityGuard',
@@ -168,4 +181,17 @@
         component: () =>
             import( /* webpackChunkName: "views" */ '@/views/dispatch/index')
     }]
+}, {
+    path: '/dispatchChild',
+    component: Layout,
+    redirect: '/dispatchChild/index',
+    children: [{
+        path: 'index',
+        name: '派遣服务记录',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/dispatchChild/index')
+    }]
 }]
\ No newline at end of file

--
Gitblit v1.9.3