From 8ef98bfd45d97a4c7d494d5a4e51b573df8da268 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 10 Jul 2021 13:51:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/router/views/index.js |   52 +++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 39 insertions(+), 13 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 1d009f0..a17836f 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -145,19 +145,6 @@
 }, {
     path: '/securityGuard',
     component: Layout,
-    redirect: '/securityGuard/securityGuardRegistration',
-    children: [{
-        path: 'index',
-        name: '保安员入职信息登记',
-        meta: {
-            i18n: 'dict'
-        },
-        component: () =>
-            import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardRegistration')
-    }]
-}, {
-    path: '/securityGuard',
-    component: Layout,
     redirect: '/securityGuard/securityGuard',
     children: [{
         path: 'index',
@@ -167,6 +154,32 @@
         },
         component: () =>
             import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+    }]
+}, {
+    path: '/securityGuard',
+    component: Layout,
+    redirect: '/securityGuard/securityGuardDetail',
+    children: [{
+        path: 'securityGuardDetail',
+        name: '保安员详情',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardDetail')
+    }]
+}, {
+    path: '/securityUnitChild',
+    component: Layout,
+    redirect: '/securityUnitChild/index',
+    children: [{
+        path: 'index',
+        name: '保安单位详情',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/securityUnitChild/index')
     }]
 }, {
     path: '/securityGuard',
@@ -194,4 +207,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