| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 | 
							- import access from "@/access";
 - 
 - export default [
 -     {
 -         path: '/register',
 -         component: './Register',
 -         layout: false
 -     },
 - 
 -     // 科创园
 -     {
 -         flatMenu: false,
 -         name: '科创园',
 -         path: '/',
 -         access: 'sciencetechnologypark',
 -         routes: [
 -             {
 -                 path: '/',
 -                 redirect: '/sciencetechnologypark/home',
 -             },
 -             {
 -                 name: '首页',
 -                 path: '/sciencetechnologypark/home',
 -                 component: './ScienceTechnologyPark/Home',
 -                 access: 'sciencetechnologyparkhome'
 -             },
 -             {
 -                 name: '关于科创园',
 -                 path: '/sciencetechnologypark/about',
 -                 component: './ScienceTechnologyPark/About',
 -                 access: 'sciencetechnologyparkabout'
 -             },
 -             {
 -                 name: '最新动态',
 -                 path: '/sciencetechnologypark/news',
 -                 component: './ScienceTechnologyPark/News',
 -                 access: 'sciencetechnologyparknews' 
 -             },{
 -                 name: '园区企业',
 -                 path: '/sciencetechnologypark/company',
 -                 component: './ScienceTechnologyPark/Company',
 -                 access: 'sciencetechnologyparkcompany'
 -             },
 -             {
 -                 name: '通知公告',
 -                 path: '/sciencetechnologypark/notice',
 -                 component: './ScienceTechnologyPark/Notice',
 -                 access: 'sciencetechnologyparknotice'
 -             },
 -             {
 -                 name: '成果转化',
 -                 path: '/sciencetechnologypark/conversion',
 -                 component: './ScienceTechnologyPark/Conversion',
 -                 access: 'sciencetechnologyparkconversion'
 -             },
 -             {
 -                 name: '品牌活动',
 -                 path: '/sciencetechnologypark/activity',
 -                 component: './ScienceTechnologyPark/Activity',
 -                 access: 'sciencetechnologyparkactivity'
 -             },
 -             {
 -                 name: '党建工作',
 -                 path: '/sciencetechnologypark/construct',
 -                 component: './ScienceTechnologyPark/Construct',
 -                 access: 'sciencetechnologyparkconstruct'
 -             },
 -             // {
 -             //     name: '联系我们',
 -             //     path: '/sciencetechnologypark/partymembercenter',
 -             //     component: './ScienceTechnologyPark/PartyMemberCenter',
 -             //     access: 'sciencetechnologyparkpartymembercenter'
 -             // }
 -             {
 -                 path: '/sciencetechnologypark/information/detail',
 -                 component: './ScienceTechnologyPark/Detail',
 -                 access: 'sciencetechnologyparkformationdetail'
 -             },
 -         ]
 -     },
 - 
 -      // 合作伙伴
 -      {
 -         flatMenu: false,
 -         name: '合作伙伴',
 -         path: '/partner',
 -         component: './Partner/Home',
 -         access: 'partner',
 -     },
 - 
 -     // 求职首页
 -     {
 -         flatMenu: false,
 -         name: '求职·招聘',
 -         path: '/',
 -         access: 'talent',
 -         routes: [
 -             {
 -                 path: '/',
 -                 redirect: '/talent/home',
 -             },
 -             {
 -                 name: '求职·招聘',
 -                 path: '/talent/home',
 -                 component: './Talent/Home',
 -                 access: 'talenthome'
 -             },
 -             {
 -                 name: '搜索·职位·企业',
 -                 path: '/talent/search',
 -                 component: './Talent/Search',
 -                 access: 'talentsearch'
 -             },
 -             {
 -                 name: '招聘会',
 -                 path: '/talent/fair',
 -                 component: './Talent/Fair',
 -                 access: 'talentfair'
 -             },
 -             {
 -                 name: '资讯·下载',
 -                 path: '/talent/information',
 -                 component: './Talent/Information',
 -                 access: 'talentinformation'
 -             },
 -             // {
 -             //     name: '下载专区',
 -             //     path: '/talent/download',
 -             //     component: './Talent/Download',
 -             //     access: 'talentdownload'
 -             // },
 -             {
 -                 name: '关于我们',
 -                 path: '/talent/about',
 -                 component: './Talent/About',
 -                 access: 'talentabout'
 -             },
 -             {
 -                 path: '/talent/job/detail',
 -                 component: './Talent/Detail/Job',
 -                 access: 'talentjobdetail'
 -             },
 -             {
 -                 path: '/talent/company/detail',
 -                 component: './Talent/Detail/Company',
 -                 access: 'talentCompanydetail'
 -             },
 -             {
 -                 path: '/talent/resume/detail',
 -                 component: './Talent/Detail/Resume',
 -                 access: 'talentResumedetail'
 -             },
 -             {
 -                 path: '/talent/fair/detail',
 -                 component: './Talent/Fair/Detail',
 -                 access: 'talentfairdetail'
 -             },
 -             {
 -                 path: '/talent/information/detail',
 -                 component: './Talent/Information/Detail',
 -                 access: 'talentinformationdetail'
 -             },
 -         ]
 -     },
 - 
 -     // 求职者管理
 -     {
 -         flatMenu: true,
 -         path: '/manage/jobseeker',
 -         access: 'managejobseeker',
 -         routes: [
 -             {
 -                 name: '个人中心',
 -                 path: '/manage/jobseeker/home',
 -                 component: './Manage/Jobseeker/Home',
 -                 access: 'managejobseekerhome'
 -             },
 -             {
 -                 name: '我的简历',
 -                 path: '/manage/jobseeker/resume',
 -                 component: './Manage/Jobseeker/Resume',
 -                 access: 'managejobseekerresume'
 -             },
 -             {
 -                 name: '预览简历',
 -                 path: '/manage/jobseeker/detail',
 -                 component: './Manage/Jobseeker/Detail',
 -                 access: 'managejobseekerdetail'
 -             },
 -             {
 -                 name: '推荐职位',
 -                 path: '/manage/jobseeker/recommend',
 -                 component: './Manage/Jobseeker/Recommend',
 -                 access: 'managejobseekerrecommend'
 -             },
 -             {
 -                 name: '设置',
 -                 path: '/manage/jobseeker/setting',
 -                 component: './Manage/Jobseeker/Setting',
 -                 access: 'managejobseekerresetting'
 -             },
 -         ]
 -     },
 - 
 -     // 企业管理
 -     {
 -         flatMenu: true,
 -         path: '/manage/company',
 -         access: 'managecompany',
 -         routes: [
 -           
 -             {
 -                 name: '个人中心',
 -                 path: '/manage/company/home',
 -                 component: './Manage/Company/Home',
 -                 access: 'managecompanyhome'
 -             },
 -             {
 -                 name: '企业信息',
 -                 path: '/manage/company/info',
 -                 component: './Manage/Company/Info',
 -                 access: 'managecompanyinfo'
 -             },
 -             {
 -                 name: '职位管理',
 -                 path: '/manage/company/post',
 -                 component: './Manage/Company/Post',
 -                 access: 'managecompanypost'
 -             },
 -             {
 -                 name: '简历管理',
 -                 path: '/manage/company/resume',
 -                 component: './Manage/Company/Resume',
 -                 access: 'managecompanyresume'
 -             },
 -             {
 -                 name: '人才推荐',
 -                 path: '/manage/company/recommend',
 -                 component: './Manage/Company/Recommend',
 -                 access: 'managecompanyrecommend'
 -             },
 -             {
 -                 name: '部门管理',
 -                 path: '/manage/company/department',
 -                 component: './Manage/Company/Department',
 -                 access: 'managecompanydepartment'
 -             },
 -             {
 -                 name: '设置',
 -                 path: '/manage/company/setting',
 -                 component: './Manage/Company/Setting',
 -                 access: 'managecompanysetting'
 -             },
 -         ]
 -     },
 - 
 - 
 -     {
 -         path: '/forget',
 -         component: './Talent/Forget',
 -         layout: false
 -     },
 - ]
 
 
  |