From b8dfc98b089e47fdb3e269941bbd2de3f7fb7de1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 13 Sep 2021 17:14:57 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises

---
 src/router/views/index.js |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index aea0396..d9cfe2e 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -687,20 +687,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,
+    peixun: true,
+    redirect: '/trainingRegistration/index',
+    children: [{
+        path: 'index',
+        name: '培训报名列表',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+    }]
+},
 // {
 //     path: '/trainExam',
 //     component: Layout,

--
Gitblit v1.9.3