|
@@ -112,6 +112,27 @@ const enterprise = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ component: Layout,
|
|
|
|
+ path: '/recruit/enterprise/student',
|
|
|
|
+ redirect: '/recruit/enterprise/student/InternshipSituation',
|
|
|
|
+ name: 'enterpriseStudent',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '学生专区',
|
|
|
|
+ enName: 'Student Zone',
|
|
|
|
+ icon: 'mdi-card-account-details-outline'
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/recruit/enterprise/student/InternshipSituation',
|
|
|
|
+ meta: {
|
|
|
|
+ title:'实习情况',
|
|
|
|
+ enName: 'Internship Situation'
|
|
|
|
+ },
|
|
|
|
+ component: () => import('@/views/recruit/enterprise/student/InternshipSituation/index.vue')
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/recruit/enterprise/jobFair',
|
|
path: '/recruit/enterprise/jobFair',
|
|
component: Layout,
|
|
component: Layout,
|