| | |
| | | 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: '/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', |
| | |
| | | }; |
| | | const login = { |
| | | path: "/login", |
| | | name:'login', |
| | | component: () => import("@/pages/login.vue"), |
| | | meta: { |
| | | title: `后台登陆` |