付延余
2022-04-14 87f03f7568fb31a46ccbc7fac68863d563be42d4
src/router/router.js
@@ -95,43 +95,43 @@
        },
        {
          path: "/qiyezhigongShebao",
          meta: { title: "企业职工社保" },
          meta: {title: "企业职工社保"},
          name: "qiyezhigongShebao",
          component: () =>
            import(
              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/qiyezhigongShebao.vue"
            )
              )
        },
        {
          path: "/jiguanzhigongShebao",
          meta: { title: "机关职工社保" },
          meta: {title: "机关职工社保"},
          name: "jiguanzhigongShebao",
          component: () =>
            import(
              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/jiguanzhigongShebao.vue"
            )
              )
        },
        {
          path: "/juminYanglaoBaoxian",
          meta: { title: "居民养老保险" },
          meta: {title: "居民养老保险"},
          name: "juminYanglaoBaoxian",
          component: () =>
            import(
              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/juminYanglaoBaoxian.vue"
            )
              )
        },
        {
          path: "/shiyeBaoxian",
          meta: { title: "失业保险" },
          meta: {title: "失业保险"},
          name: "shiyeBaoxian",
          component: () =>
            import(
              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shiyeBaoxian.vue"
            )
              )
        },
        {
          path: "/gongshangBaoxian",
          meta: { title: "工伤保险" },
          meta: {title: "工伤保险"},
          name: "gongshangBaoxian",
          component: () =>
            import(
@@ -140,7 +140,7 @@
        },
        {
          path: "/shebaoZhengjiShouru",
          meta: { title: "社保征集收入明细" },
          meta: {title: "社保征集收入明细"},
          name: "shebaoZhengjiShouru",
          component: () =>
            import(
@@ -149,7 +149,7 @@
        },
        {
          path: "/shebaoChikaRenshu",
          meta: { title: "社保卡持卡人数" },
          meta: {title: "社保卡持卡人数"},
          name: "shebaoChikaRenshu",
          component: () =>
            import(
@@ -159,6 +159,12 @@
      ]
    },
    {
      path: '/laborRelations',
      meta: {title: "劳动关系"},
      name: 'LaborRelations',
      component: () => import("@/pages/show/laborRelations/LaborRelations.vue")
    },
    {
      path: "/otherBusiness",
      component: OtherBusiness,
      meta: {title: "其他业务"},