From 1f0c968a3ce1b9fcef69811bfc4354148c8341b6 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 07 Jul 2021 10:39:46 +0800
Subject: [PATCH] 新增保安员页面

---
 src/router/views/index.js |  281 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 147 insertions(+), 134 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 5f26f48..854e973 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -1,145 +1,158 @@
 import Layout from '@/page/index/'
 
 export default [{
-  path: '/wel',
-  component: Layout,
-  redirect: '/wel/index',
-  children: [{
-    path: 'index',
-    name: '首页',
-    meta: {
-      i18n: 'dashboard'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/wel/index')
-  }, {
-    path: 'dashboard',
-    name: '控制台',
-    meta: {
-      i18n: 'dashboard',
-      menu: false,
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
-  }]
+    path: '/wel',
+    component: Layout,
+    redirect: '/wel/index',
+    children: [{
+        path: 'index',
+        name: '首页',
+        meta: {
+            i18n: 'dashboard'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/wel/index')
+    }, {
+        path: 'dashboard',
+        name: '控制台',
+        meta: {
+            i18n: 'dashboard',
+            menu: false,
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
+    }]
 }, {
-  path: '/test',
-  component: Layout,
-  redirect: '/test/index',
-  children: [{
-    path: 'index',
-    name: '测试页',
-    meta: {
-      i18n: 'test'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/util/test')
-  }]
+    path: '/test',
+    component: Layout,
+    redirect: '/test/index',
+    children: [{
+        path: 'index',
+        name: '测试页',
+        meta: {
+            i18n: 'test'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/util/test')
+    }]
 }, {
-  path: '/dict-horizontal',
-  component: Layout,
-  redirect: '/dict-horizontal/index',
-  children: [{
-    path: 'index',
-    name: '字典管理',
-    meta: {
-      i18n: 'dict'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
-  }]
+    path: '/dict-horizontal',
+    component: Layout,
+    redirect: '/dict-horizontal/index',
+    children: [{
+        path: 'index',
+        name: '字典管理',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
+    }]
 }, {
-  path: '/dict-vertical',
-  component: Layout,
-  redirect: '/dict-vertical/index',
-  children: [{
-    path: 'index',
-    name: '字典管理',
-    meta: {
-      i18n: 'dict'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
-  }]
+    path: '/dict-vertical',
+    component: Layout,
+    redirect: '/dict-vertical/index',
+    children: [{
+        path: 'index',
+        name: '字典管理',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
+    }]
 }, {
-  path: '/info',
-  component: Layout,
-  redirect: '/info/index',
-  children: [{
-    path: 'index',
-    name: '个人信息',
-    meta: {
-      i18n: 'info'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/system/userinfo')
-  }]
+    path: '/info',
+    component: Layout,
+    redirect: '/info/index',
+    children: [{
+        path: 'index',
+        name: '个人信息',
+        meta: {
+            i18n: 'info'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/system/userinfo')
+    }]
 }, {
-  path: '/work/process/leave',
-  component: Layout,
-  redirect: '/work/process/leave/form',
-  children: [{
-    path: 'form/:processDefinitionId',
-    name: '请假流程',
-    meta: {
-      i18n: 'work'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
-  }, {
-    path: 'handle/:taskId/:processInstanceId/:businessId',
-    name: '处理请假流程',
-    meta: {
-      i18n: 'work'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
-  }, {
-    path: 'detail/:processInstanceId/:businessId',
-    name: '请假流程详情',
-    meta: {
-      i18n: 'work'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
-  }]
+    path: '/work/process/leave',
+    component: Layout,
+    redirect: '/work/process/leave/form',
+    children: [{
+        path: 'form/:processDefinitionId',
+        name: '请假流程',
+        meta: {
+            i18n: 'work'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
+    }, {
+        path: 'handle/:taskId/:processInstanceId/:businessId',
+        name: '处理请假流程',
+        meta: {
+            i18n: 'work'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
+    }, {
+        path: 'detail/:processInstanceId/:businessId',
+        name: '请假流程详情',
+        meta: {
+            i18n: 'work'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
+    }]
 }, {
-  path: '/securityAnalysis',
-  component: Layout,
-  redirect: '/securityAnalysis/index',
-  children: [{
-    path: 'index',
-    name: '保安单位情况智能分析',
-    meta: {
-      i18n: 'dict'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/securityAnalysis/index')
-  }]
+    path: '/securityAnalysis',
+    component: Layout,
+    redirect: '/securityAnalysis/index',
+    children: [{
+        path: 'index',
+        name: '保安单位情况智能分析',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/securityAnalysis/index')
+    }]
 }, {
-  path: '/recruitmentManagement',
-  component: Layout,
-  redirect: '/recruitmentManagement/index',
-  children: [{
-    path: 'index',
-    name: '招聘管理',
-    meta: {
-      i18n: 'dict'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
-  }]
+    path: '/recruitmentManagement',
+    component: Layout,
+    redirect: '/recruitmentManagement/index',
+    children: [{
+        path: 'index',
+        name: '招聘管理',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
+    }]
 }, {
-  path: '/securityUnit',
-  component: Layout,
-  redirect: '/securityUnit/index',
-  children: [{
-    path: 'index',
-    name: '保安单位信息',
-    meta: {
-      i18n: 'dict'
-    },
-    component: () =>
-      import( /* webpackChunkName: "views" */ '@/views/securityUnit/index')
-  }]
-}]
+    path: '/securityUnit',
+    component: Layout,
+    redirect: '/securityUnit/index',
+    children: [{
+        path: 'index',
+        name: '保安单位信息',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/securityUnit/index')
+    }]
+}, {
+    path: '/securityGuard',
+    component: Layout,
+    redirect: '/securityGuard/securityGuard',
+    children: [{
+        path: 'index',
+        name: '保安员管理',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+    }]
+}]
\ No newline at end of file

--
Gitblit v1.9.3