From 107802d13ae012a253591b0f26ccc2646800eae7 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 12 Aug 2021 14:30:02 +0800
Subject: [PATCH] 培训考试列表路由修改

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

diff --git a/src/router/views/index.js b/src/router/views/index.js
index dae37b2..faf5dbb 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -675,20 +675,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',

--
Gitblit v1.9.3