|
@@ -75,27 +75,27 @@ const personal = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/enterprise/register',
|
|
|
+ path: '/recruit/enterprise/register',
|
|
|
component: Layout,
|
|
|
name: 'enterpriseRegister',
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/enterprise/register',
|
|
|
- component: () => import('@/views/personal/components/register'),
|
|
|
+ path: '/recruit/enterprise/register',
|
|
|
+ component: () => import('@/views/recruit/enterprise/register/register.vue'),
|
|
|
meta: {
|
|
|
title: '注册新企业'
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- path: '/enterprise/joiningEnterprise',
|
|
|
- component: () => import('@/views/personal/components/joiningEnterprise'),
|
|
|
+ path: '/recruit/enterprise/register/joiningEnterprise',
|
|
|
+ component: () => import('@/views/recruit/enterprise/register/joiningEnterprise'),
|
|
|
meta: {
|
|
|
title: '加入企业'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/enterprise/inReview',
|
|
|
- component: () => import('@/views/personal/components/inReview.vue'),
|
|
|
+ path: '/recruit/enterprise/register/inReview',
|
|
|
+ component: () => import('@/views/recruit/enterprise/register/inReview.vue'),
|
|
|
meta: {
|
|
|
title: '申请信息'
|
|
|
}
|
|
@@ -103,7 +103,7 @@ const personal = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/myPublicRecruitment',
|
|
|
+ path: '/publicRecruitment',
|
|
|
component: Layout,
|
|
|
name: 'myPublicRecruitment',
|
|
|
meta: {
|
|
@@ -111,8 +111,8 @@ const personal = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/myPublicRecruitment',
|
|
|
- component: () => import('@/views/personal/myPublicRecruitment/index'),
|
|
|
+ path: '/publicRecruitment',
|
|
|
+ component: () => import('@/views/publicRecruitment/index'),
|
|
|
meta: {
|
|
|
title: '赏金奖励'
|
|
|
},
|
|
@@ -120,7 +120,7 @@ const personal = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/pointsManagement',
|
|
|
+ path: '/integral/pointsManagement',
|
|
|
component: Layout,
|
|
|
name: 'personalPointsManagement',
|
|
|
meta: {
|
|
@@ -128,8 +128,8 @@ const personal = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/pointsManagement',
|
|
|
- component: () => import('@/views/personal/pointsManagement/index'),
|
|
|
+ path: '/integral/pointsManagement',
|
|
|
+ component: () => import('@/views/integral/pointsManagement/index'),
|
|
|
meta: {
|
|
|
title: '积分管理'
|
|
|
},
|
|
@@ -137,7 +137,7 @@ const personal = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/personalTaskCenter',
|
|
|
+ path: '/recruit/personal/TaskCenter',
|
|
|
component: Layout,
|
|
|
name: 'personalTaskCenter',
|
|
|
meta: {
|
|
@@ -145,8 +145,8 @@ const personal = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/personalTaskCenter',
|
|
|
- component: () => import('@/views/personal/taskCenter/index'),
|
|
|
+ path: '/recruit/personal/TaskCenter',
|
|
|
+ component: () => import('@/views/recruit/personal/taskCenter/index'),
|
|
|
meta: {
|
|
|
title: '任务中心'
|
|
|
},
|
|
@@ -154,7 +154,7 @@ const personal = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/purchasePackage',
|
|
|
+ path: '/mall/purchasePackage',
|
|
|
component: Layout,
|
|
|
name: 'personalPurchasePackage',
|
|
|
meta: {
|
|
@@ -162,8 +162,8 @@ const personal = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/purchasePackage',
|
|
|
- component: () => import('@/views/personal/purchasePackage/index'),
|
|
|
+ path: '/mall/purchasePackage',
|
|
|
+ component: () => import('@/views/mall/purchasePackage/index'),
|
|
|
meta: {
|
|
|
title: '购买套餐'
|
|
|
},
|
|
@@ -171,7 +171,7 @@ const personal = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/personalIntegralRules',
|
|
|
+ path: '/integral/personalIntegralRules',
|
|
|
component: Layout,
|
|
|
name: 'personalIntegralRules',
|
|
|
meta: {
|
|
@@ -179,8 +179,8 @@ const personal = [
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/personalIntegralRules',
|
|
|
- component: () => import('@/views/personal/integralRules/index'),
|
|
|
+ path: '/integral/personalIntegralRules',
|
|
|
+ component: () => import('@/views/integral/integralRules/index'),
|
|
|
meta: {
|
|
|
title: '积分规则'
|
|
|
},
|