zhangxiaoxu123456
2022-04-18 7eb2e8285782e586659f896a3fdbeec7ecfcca8b
src/router/router.js
@@ -8,7 +8,7 @@
  path: "/",
  name: "index",
  component: showHome,
  redirect: "/index",
  redirect: "/login",
  children: [
    {
      path: "/index",
@@ -24,7 +24,7 @@
      children: [
        {
          path: "/workStatistics",
          meta: {title: "就业创业"},
          meta: {title: "就业创业", routerParent: "jiuyeAndChuangye"},
          name: "workStatistics",
          component: () =>
            import(
@@ -33,7 +33,7 @@
        },
        {
          path: "/chuangyeDanbaoDaikuan",
          meta: {title: "创业担保贷款"},
          meta: {title: "创业担保贷款", routerParent: "jiuyeAndChuangye"},
          name: "chuangyeDanbaoDaikuan",
          component: () =>
            import(
@@ -42,7 +42,7 @@
        },
        {
          path: "/jiuyeQingkuang",
          meta: {title: "就业情况"},
          meta: {title: "就业情况", routerParent: "jiuyeAndChuangye"},
          name: "jiuyeQingkuang",
          component: () =>
            import(
@@ -51,7 +51,7 @@
        },
        {
          path: "/biyeshengStatistics",
          meta: {title: "毕业生统计"},
          meta: {title: "毕业生统计", routerParent: "jiuyeAndChuangye"},
          name: "biyeshengStatistics",
          component: () =>
            import(
@@ -60,7 +60,7 @@
        },
        {
          path: "/zhiyePeixun",
          meta: {title: "职业培训"},
          meta: {title: "职业培训", routerParent: "jiuyeAndChuangye"},
          name: "zhiyePeixun",
          component: () =>
            import(
@@ -77,7 +77,7 @@
      children: [
        {
          path: "/shehuiBaoxian",
          meta: {title: "社会保障"},
          meta: {title: "社会保障", routerParent: "shehuiBaozhang"},
          name: "shehuiBaoxian",
          component: () =>
            import(
@@ -86,7 +86,7 @@
        },
        {
          path: "/shebaoShouzhiZongbiao",
          meta: {title: "社保收支总表"},
          meta: {title: "社保收支总表", routerParent: "shehuiBaozhang"},
          name: "shebaoShouzhiZongbiao",
          component: () =>
            import(
@@ -95,7 +95,7 @@
        },
        {
          path: "/qiyezhigongShebao",
          meta: {title: "企业职工社保"},
          meta: {title: "企业职工社保", routerParent: "shehuiBaozhang"},
          name: "qiyezhigongShebao",
          component: () =>
            import(
@@ -104,7 +104,7 @@
        },
        {
          path: "/jiguanzhigongShebao",
          meta: {title: "机关职工社保"},
          meta: {title: "机关职工社保", routerParent: "shehuiBaozhang"},
          name: "jiguanzhigongShebao",
          component: () =>
            import(
@@ -113,7 +113,7 @@
        },
        {
          path: "/juminYanglaoBaoxian",
          meta: {title: "居民养老保险"},
          meta: {title: "居民养老保险", routerParent: "shehuiBaozhang"},
          name: "juminYanglaoBaoxian",
          component: () =>
            import(
@@ -122,7 +122,7 @@
        },
        {
          path: "/shiyeBaoxian",
          meta: {title: "失业保险"},
          meta: {title: "失业保险", routerParent: "shehuiBaozhang"},
          name: "shiyeBaoxian",
          component: () =>
            import(
@@ -131,7 +131,7 @@
        },
        {
          path: "/gongshangBaoxian",
          meta: {title: "工伤保险"},
          meta: {title: "工伤保险", routerParent: "shehuiBaozhang"},
          name: "gongshangBaoxian",
          component: () =>
            import(
@@ -140,7 +140,7 @@
        },
        {
          path: "/shebaoZhengjiShouru",
          meta: {title: "社保征集收入明细"},
          meta: {title: "社保征集收入明细", routerParent: "shehuiBaozhang"},
          name: "shebaoZhengjiShouru",
          component: () =>
            import(
@@ -149,7 +149,7 @@
        },
        {
          path: "/shebaoChikaRenshu",
          meta: {title: "社保卡持卡人数"},
          meta: {title: "社保卡持卡人数", routerParent: "shehuiBaozhang"},
          name: "shebaoChikaRenshu",
          component: () =>
            import(