From a37f7d0ffa0763cdc2d925d04b1d24a6c2b8d1c9 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 14 四月 2022 16:19:49 +0800
Subject: [PATCH] 劳动关系

---
 src/router/router.js |   64 +++++++++++++++++++++++++++++++-
 1 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/src/router/router.js b/src/router/router.js
index 921c5e0..36ba0fb 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -95,16 +95,76 @@
         },
         {
           path: "/qiyezhigongShebao",
-          meta: { title: "浼佷笟鑱屽伐绀句繚" },
+          meta: {title: "浼佷笟鑱屽伐绀句繚"},
           name: "qiyezhigongShebao",
           component: () =>
             import(
               "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/qiyezhigongShebao.vue"
-            )
+              )
+        },
+        {
+          path: "/jiguanzhigongShebao",
+          meta: {title: "鏈哄叧鑱屽伐绀句繚"},
+          name: "jiguanzhigongShebao",
+          component: () =>
+            import(
+              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/jiguanzhigongShebao.vue"
+              )
+        },
+        {
+          path: "/juminYanglaoBaoxian",
+          meta: {title: "灞呮皯鍏昏�佷繚闄�"},
+          name: "juminYanglaoBaoxian",
+          component: () =>
+            import(
+              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/juminYanglaoBaoxian.vue"
+              )
+        },
+        {
+          path: "/shiyeBaoxian",
+          meta: {title: "澶变笟淇濋櫓"},
+          name: "shiyeBaoxian",
+          component: () =>
+            import(
+              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shiyeBaoxian.vue"
+              )
+        },
+        {
+          path: "/gongshangBaoxian",
+          meta: {title: "宸ヤ激淇濋櫓"},
+          name: "gongshangBaoxian",
+          component: () =>
+            import(
+              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/gongshangBaoxian.vue"
+              )
+        },
+        {
+          path: "/shebaoZhengjiShouru",
+          meta: {title: "绀句繚寰侀泦鏀跺叆鏄庣粏"},
+          name: "shebaoZhengjiShouru",
+          component: () =>
+            import(
+              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoZhengjiShouru.vue"
+              )
+        },
+        {
+          path: "/shebaoChikaRenshu",
+          meta: {title: "绀句繚鍗℃寔鍗′汉鏁�"},
+          name: "shebaoChikaRenshu",
+          component: () =>
+            import(
+              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoChikaRenshu.vue"
+              )
         }
       ]
     },
     {
+      path: '/laborRelations',
+      meta: {title: "鍔冲姩鍏崇郴"},
+      name: 'LaborRelations',
+      component: () => import("@/pages/show/laborRelations/LaborRelations.vue")
+    },
+    {
       path: "/otherBusiness",
       component: OtherBusiness,
       meta: {title: "鍏朵粬涓氬姟"},

--
Gitblit v1.9.1