From c39e4cd7fcbbb5affa1a07d67fd00d0bef2e5c87 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 12 Aug 2021 09:01:41 +0800
Subject: [PATCH] 保安培训路由修改

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

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 583156f..95db4d5 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -236,20 +236,20 @@
                 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')
-    }]
-  },
+    {
+        path: '/talk',
+        component: Layout,
+        redirect: '/talk/talk',
+        children: [{
+            path: 'index',
+            name: '心里咨询',
+            meta: {
+                i18n: 'dict'
+            },
+            component: () =>
+                import ( /* webpackChunkName: "views" */ '@/views/talk/talk')
+        }]
+    },
     {
         path: '/workreport',
         component: Layout,
@@ -773,20 +773,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',
@@ -868,4 +869,4 @@
                 import ( /* webpackChunkName: "views" */ '@/views/exam/papers')
         }]
     }
-]
+]
\ No newline at end of file

--
Gitblit v1.9.3