From 54c5b27c8dc82f856af0a00f1fb59fe36d032f58 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 07 Aug 2021 11:56:40 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises

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

diff --git a/src/router/views/index.js b/src/router/views/index.js
index bcdb714..d65dbaa 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -759,4 +759,58 @@
         noCache: true
     }]
 },
+{
+    path: '/traincompany',
+    component: Layout,
+    redirect: '/traincompany/index',
+    children: [{
+        path: 'index',
+        name: '培训公司查询',
+        meta: {
+            i18n: 'dict'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/traincompany/index')
+    }]
+}, , {
+    path: '/dispatch',
+    component: Layout,
+    redirect: '/dispatch/dispatchChildoperableSee',
+    children: [{
+        path: 'dispatchChildoperableSee',
+        name: '派遣记录查看',
+        meta: {
+            i18n: 'dispatchChildoperableSee'
+        },
+        component: () =>
+            import( /* webpackChunkName: "views" */ '@/views/dispatch/dispatchChildoperableSee')
+    }]
+},
+    // {
+    //     path: '/people',
+    //     component: Layout,
+    //     redirect: '/people/expression',
+    //     children: [{
+    //         path: 'expression',
+    //         name: '表现记录查看',
+    //         meta: {
+    //             i18n: 'expression'
+    //         },
+    //         component: () =>
+    //             import( /* webpackChunkName: "views" */ '@/views/people/expression')
+    //     }]
+    // }, {
+    //     path: '/people',
+    //     component: Layout,
+    //     redirect: '/people/job',
+    //     children: [{
+    //         path: 'job',
+    //         name: '从业记录查看',
+    //         meta: {
+    //             i18n: 'job'
+    //         },
+    //         component: () =>
+    //             import( /* webpackChunkName: "views" */ '@/views/people/job')
+    //     }]
+    // },
 ]
\ No newline at end of file

--
Gitblit v1.9.3