|
@@ -6,9 +6,9 @@ const common = [
|
|
...headhunting,
|
|
...headhunting,
|
|
{
|
|
{
|
|
path: '', // 门墩项目列表/项目入口页
|
|
path: '', // 门墩项目列表/项目入口页
|
|
- redirect: '/entrances',
|
|
|
|
|
|
+ redirect: '/recruitHome',
|
|
children: [
|
|
children: [
|
|
- { path: '/', redirect: '/entrances' },
|
|
|
|
|
|
+ { path: '/', redirect: '/recruitHome' },
|
|
{
|
|
{
|
|
path: '/entrances',
|
|
path: '/entrances',
|
|
component: () => import('@/views/entrances/index'),
|
|
component: () => import('@/views/entrances/index'),
|