| | |
| | | { |
| | | path: '/personnelTalents', |
| | | meta: {title: "人事人才"}, |
| | | name: 'PersonnelTalents', |
| | | redirect: '/personnelTalents_unitPersonnel', |
| | | name: 'personnelTalents', |
| | | redirect: '/personnelTalents_UnitPersonnel', |
| | | component: PersonnelTalents, |
| | | children:[ |
| | | { |
| | | path: "/personnelTalents_unitPersonnel", |
| | | meta: {title: "事业单位人员情况"}, |
| | | name: "/PersonnelTalents_unitPersonnel", |
| | | path: "/personnelTalents_UnitPersonnel", |
| | | meta: {title: "事业单位人员情况", routerParent: 'personnelTalents'}, |
| | | name: "/personnelTalents_unitPersonnel", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue" |
| | | ) |
| | | }, |
| | | { |
| | | path: "/personnelTalents_greenCard", |
| | | meta: {title: "人才绿卡补贴"}, |
| | | path: "/personnelTalents_GreenCard", |
| | | meta: {title: "人才绿卡补贴", routerParent: 'personnelTalents'}, |
| | | name: "/PersonnelTalents_GreenCard", |
| | | component: () => |
| | | import( |
| | |
| | | }, |
| | | { |
| | | path: '/laborRelations', |
| | | meta: {title: "劳动关系"}, |
| | | meta: {title: "劳动关系", routerParent: 'laborRelations'}, |
| | | name: 'LaborRelations', |
| | | component: () => import("@/pages/show/laborRelations/LaborRelations.vue") |
| | | }, |
| | |
| | | path: "/otherBusiness", |
| | | component: OtherBusiness, |
| | | meta: {title: "其他业务"}, |
| | | redirect: "/otherB-PeopleJunShouRu", |
| | | name: "OtherBusiness", |
| | | redirect: "/otherB_PeopleJunShouRu", |
| | | name: "otherBusiness", |
| | | children: [ |
| | | { |
| | | path: "/otherB-PeopleJunShouRu", |
| | | meta: {title: "居民人居收入、可支配收入"}, |
| | | 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: "居民人居收入、可支配收入"}, |
| | | name: "otherB-GongGuTuoPin", |
| | | path: "/otherB_GongGuTuoPin", |
| | | meta: {title: "居民人居收入、可支配收入", routerParent: 'otherBusiness'}, |
| | | name: "otherB_GongGuTuoPin", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue" |
| | |
| | | }, |
| | | { |
| | | path: "/businessPolicy", |
| | | meta: {title: "营商政策"}, |
| | | meta: {title: "营商政策", routerParent: 'businessPolicy'}, |
| | | name: "businessPolicy", |
| | | component: () => import("@/pages/show/businessPolicy/BusinessPolicy") |
| | | } |