|
|
@@ -24,11 +24,16 @@ const extendRoutes = (routes, resolve) => {
|
|
|
// /** 解决方案SEO优化 end **/
|
|
|
//
|
|
|
// /** 兼职招聘SEO优化 start**/
|
|
|
- routes.push({
|
|
|
+ routes.unshift({
|
|
|
name: 'JobListSeoIndex',
|
|
|
path: '/job/*',
|
|
|
component: resolve(__dirname, '../pages/job/index.vue')
|
|
|
})
|
|
|
+ routes.unshift({
|
|
|
+ name: 'JobListSeoDetail',
|
|
|
+ path: '/job/d/:tid',
|
|
|
+ component: resolve(__dirname, '../pages/job/detail/_tid.vue')
|
|
|
+ })
|
|
|
// /** 兼职招聘SEO优化 end**/
|
|
|
//
|
|
|
//
|