| | |
| | | import jiuyeAndChuangye from "../pages/show/jiuyeAndChuangye/jiuyeAndChuangye"; |
| | | import shehuiBaozhang from "../pages/show/shehuiBaozhang/shehuiBaozhang"; |
| | | import OtherBusiness from '../pages/show/otherBusiness/OtherBusiness' |
| | | |
| | | import PersonnelTalents from '../pages/show/personnelTalents/PersonnelTalents' |
| | | const indexRouter = { |
| | | path: "/", |
| | | name: "index", |
| | |
| | | }, |
| | | { |
| | | 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: '/personnelTalents', |
| | | meta: {title: "人事人才"}, |
| | | name: 'PersonnelTalents', |
| | | redirect: '/personnelTalents_unitPersonnel', |
| | | component: PersonnelTalents, |
| | | children:[ |
| | | { |
| | | path: "/personnelTalents_unitPersonnel", |
| | | meta: {title: "事业单位人员情况"}, |
| | | name: "/PersonnelTalents_unitPersonnel", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue" |
| | | ) |
| | | }, |
| | | { |
| | | path: "/personnelTalents_greenCard", |
| | | meta: {title: "人才绿卡补贴"}, |
| | | name: "/PersonnelTalents_GreenCard", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_GreenCard.vue" |
| | | ) |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/laborRelations', |
| | | meta: {title: "劳动关系"}, |
| | | name: 'LaborRelations', |
| | | component: () => import("@/pages/show/laborRelations/LaborRelations.vue") |
| | | }, |
| | | { |
| | | path: "/otherBusiness", |
| | |
| | | }; |
| | | const login = { |
| | | path: "/login", |
| | | name:'login', |
| | | component: () => import("@/pages/login.vue"), |
| | | meta: { |
| | | title: `后台登陆` |