From 2c54297d9bfb7bc87464c52d5a46a5058ee96bf1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 12 Jul 2021 20:19:07 +0800
Subject: [PATCH] 装备,枪支,车辆管理,其他细节

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

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 7ba0925..63e6afc 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -259,4 +259,17 @@
         component: () =>
             import ( /* webpackChunkName: "views" */ '@/views/gun/index')
     }]
+}, {
+    path: '/trainingRegistration',
+    component: Layout,
+    redirect: '/trainingRegistration/index',
+    children: [{
+        path: 'index',
+        name: '保安培训报名管理',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+    }]
 }]
\ No newline at end of file

--
Gitblit v1.9.3