zhangxiaoxu123456
2022-04-29 af63b044b26ddf2a381b28e7a7f413ddeb31e1e9
src/router/router.js
@@ -161,21 +161,21 @@
    {
      path: '/personnelTalents',
      meta: {title: "人事人才"},
      name: 'PersonnelTalents',
      redirect: '/personnelTalents_unitPersonnel',
      name: 'personnelTalents',
      redirect: '/personnelTalents_UnitPersonnel',
      component: PersonnelTalents,
      children:[
        {
          path: "/personnelTalents_unitPersonnel",
          path: "/personnelTalents_UnitPersonnel",
          meta: {title: "事业单位人员情况", routerParent: 'personnelTalents'},
          name: "/PersonnelTalents_unitPersonnel",
          name: "/personnelTalents_unitPersonnel",
          component: () =>
            import(
              "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue"
              )
        },
        {
          path: "/personnelTalents_greenCard",
          path: "/personnelTalents_GreenCard",
          meta: {title: "人才绿卡补贴", routerParent: 'personnelTalents'},
          name: "/PersonnelTalents_GreenCard",
          component: () =>
@@ -187,7 +187,7 @@
    },
    {
      path: '/laborRelations',
      meta: {title: "劳动关系"},
      meta: {title: "劳动关系", routerParent: 'laborRelations'},
      name: 'LaborRelations',
      component: () => import("@/pages/show/laborRelations/LaborRelations.vue")
    },
@@ -195,22 +195,22 @@
      path: "/otherBusiness",
      component: OtherBusiness,
      meta: {title: "其他业务"},
      redirect: "/otherB-PeopleJunShouRu",
      name: "OtherBusiness",
      redirect: "/otherB_PeopleJunShouRu",
      name: "otherBusiness",
      children: [
        {
          path: "/otherB-PeopleJunShouRu",
          meta: {title: "居民人居收入、可支配收入", routerParent: 'OtherBusiness'},
          name: "otherB-PeopleJunShouRu",
          path: "/otherB_PeopleJunShouRu",
          meta: {title: "居民人居收入、可支配收入", routerParent: 'otherBusiness'},
          name: "otherB_PeopleJunShouRu",
          component: () =>
            import(
              "@/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue"
              )
        },
        {
          path: "/otherB-GongGuTuoPin",
          meta: {title: "居民人居收入、可支配收入", routerParent: 'OtherBusiness'},
          name: "otherB-GongGuTuoPin",
          path: "/otherB_GongGuTuoPin",
          meta: {title: "居民人居收入、可支配收入", routerParent: 'otherBusiness'},
          name: "otherB_GongGuTuoPin",
          component: () =>
            import(
              "@/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue"
@@ -220,7 +220,7 @@
    },
    {
      path: "/businessPolicy",
      meta: {title: "营商政策"},
      meta: {title: "营商政策", routerParent: 'businessPolicy'},
      name: "businessPolicy",
      component: () => import("@/pages/show/businessPolicy/BusinessPolicy")
    }