|
@@ -396,7 +396,7 @@ export const constantRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
// -----------fr---------
|
|
|
// ----------liuj------------
|
|
|
{
|
|
@@ -431,7 +431,40 @@ export const constantRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- // ----------liuj------------
|
|
|
+ // ----------liuj------------
|
|
|
+ {
|
|
|
+ path: '/jobHuntingList',
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ name: '',
|
|
|
+ path: '',
|
|
|
+ component: () => import('@/views/news/jobHuntingList'),
|
|
|
+ meta: {
|
|
|
+ title: '求职信息',
|
|
|
+ hidden: true,
|
|
|
+ breadcrumb: true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/addJobHunting',
|
|
|
+ component: Layout,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ name: '',
|
|
|
+ path: '',
|
|
|
+ component: () => import('@/views/news/addJobHunting'),
|
|
|
+ meta: {
|
|
|
+ title: '添加求职',
|
|
|
+ hidden: true,
|
|
|
+ breadcrumb: true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
path: '/topic',
|
|
|
component: Layout,
|
|
@@ -940,7 +973,7 @@ export const asyncRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
// 404 page must be placed at the end !!!
|
|
|
{ path: '*', redirect: '/404', hidden: true }
|
|
|
]
|