From 152a4702ec03ceec5f57b207a8d7d9ea5ccdbfe7 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 03 Nov 2021 10:05:22 +0800
Subject: [PATCH] 纸质证书样式修改

---
 src/router/views/index.js |  213 ++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 171 insertions(+), 42 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index b83e368..80d9da6 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -148,12 +148,25 @@
         redirect: '/securityGuard/securityGuard',
         children: [{
             path: 'index',
-            name: '保安员查询',
+            name: '保安员管理',
             meta: {
                 i18n: 'dict'
             },
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuard')
+        }]
+    }, {
+        path: '/securityGuardOnce',
+        component: Layout,
+        redirect: '/securityGuard/securityGuardOnce',
+        children: [{
+            path: 'index',
+            name: '保安员查询',
+            meta: {
+                i18n: 'dict'
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardOnce')
         }]
     }, {
         path: '/securityGuardDetail',
@@ -234,6 +247,20 @@
             },
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/desk/notice')
+        }]
+    },
+    {
+        path: '/talk',
+        component: Layout,
+        redirect: '/talk/talk',
+        children: [{
+            path: 'index',
+            name: '心理咨询',
+            meta: {
+                i18n: 'dict'
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/talk/talk')
         }]
     },
     {
@@ -383,20 +410,21 @@
     //             import( /* webpackChunkName: "views" */ '@/views/securityEquipment/gun')
     //     }]
     // },
+    // {
+    //     path: '/trainingRegistration',
+    //     component: Layout,
+    //     redirect: '/trainingRegistration/index',
+    //     children: [{
+    //         path: 'index',
+    //         name: '保安培训报名管理',
+    //         meta: {
+    //             i18n: 'dict'
+    //         },
+    //         component: () =>
+    //             import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+    //     }]
+    // },
     {
-        path: '/trainingRegistration',
-        component: Layout,
-        redirect: '/trainingRegistration/index',
-        children: [{
-            path: 'index',
-            name: '保安培训报名管理',
-            meta: {
-                i18n: 'dict'
-            },
-            component: () =>
-                import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
-        }]
-    }, {
         path: '/securityAnalysis',
         component: Layout,
         redirect: '/securityAnalysis/index',
@@ -421,6 +449,19 @@
             },
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
+        }]
+    }, {
+        path: '/ownerFeedback',
+        component: Layout,
+        redirect: '/ownerFeedback/index',
+        children: [{
+            path: 'index',
+            name: '业主反馈',
+            meta: {
+                i18n: 'dict'
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/ownerFeedback/owner')
         }]
     }, {
         path: '/securityUnit',
@@ -649,10 +690,11 @@
     {
         path: '/trainingRegistration',
         component: Layout,
+        peixun: true,
         redirect: '/trainingRegistration/index',
         children: [{
             path: 'index',
-            name: '保安培训报名',
+            name: '培训报名列表',
             meta: {
                 i18n: 'dict'
             },
@@ -660,20 +702,20 @@
                 import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
         }]
     },
-    {
-        path: '/trainExam',
-        component: Layout,
-        redirect: '/trainExam/index',
-        children: [{
-            path: 'index',
-            name: '考试申请',
-            meta: {
-                i18n: 'dict'
-            },
-            component: () =>
-                import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
-        }]
-    },
+    // {
+    //     path: '/trainExam',
+    //     component: Layout,
+    //     redirect: '/trainExam/index',
+    //     children: [{
+    //         path: 'index',
+    //         name: '考试申请',
+    //         meta: {
+    //             i18n: 'dict'
+    //         },
+    //         component: () =>
+    //             import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+    //     }]
+    // },
     // {
     //     path: '/applyexam',
     //     redirect: '/applyexam/index',
@@ -759,20 +801,21 @@
             noCache: true
         }]
     },
+    // {
+    //     path: '/traincompany',
+    //     component: Layout,
+    //     redirect: '/traincompany/index',
+    //     children: [{
+    //         path: 'index',
+    //         name: '培训公司查询',
+    //         meta: {
+    //             i18n: 'dict'
+    //         },
+    //         component: () =>
+    //             import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
+    //     }]
+    // },
     {
-        path: '/traincompany',
-        component: Layout,
-        redirect: '/traincompany/index',
-        children: [{
-            path: 'index',
-            name: '培训公司查询',
-            meta: {
-                i18n: 'dict'
-            },
-            component: () =>
-                import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
-        }]
-    }, {
         path: '/dispatchChildoperableSee',
         component: Layout,
         redirect: '/dispatchChildoperableSee/index',
@@ -839,5 +882,91 @@
             component: () =>
                 import ( /* webpackChunkName: "views" */ '@/views/applydetailed/papers')
         }]
+    },
+    {
+        path: '/exam',
+        redirect: '/exam/papers',
+        component: Layout,
+        children: [{
+            path: 'papers',
+            name: '保安证',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/exam/papers')
+        }]
+    }, {
+        path: '/resource',
+        redirect: '/resource/uploadPolicyRelease',
+        component: Layout,
+        children: [{
+            path: 'uploadPolicyRelease',
+            name: '政策发布>附件上传',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/resource/uploadPolicyRelease')
+        }]
+    }, {
+        path: '/securityMan',
+        redirect: '/securityMan/index',
+        component: Layout,
+        children: [{
+            path: 'index',
+            name: '保安员信息',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/securityMan/index')
+        }]
+    }, {
+        path: '/attachOnce',
+        redirect: '/resource/attachOnce',
+        component: Layout,
+        children: [{
+            path: 'index',
+            name: '附件查看',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/resource/attachOnce')
+        }]
+    }, {
+        path: '/resource',
+        redirect: '/resource/uploadNotification',
+        component: Layout,
+        children: [{
+            path: 'uploadNotification',
+            name: '通知通报>附件上传',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/resource/uploadNotification')
+        }]
+    }, {
+        path: '/trainExam',
+        component: Layout,
+        children: [{
+            path: 'check',
+            name: '培训考试审核',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+        }, {
+            path: 'query',
+            name: '培训申请查询',
+            meta: {
+                i18n: 'index',
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+        }]
     }
 ]
\ No newline at end of file

--
Gitblit v1.9.3