Showing
3 changed files
with
12 additions
and
1 deletions
| ... | @@ -17,7 +17,9 @@ declare module 'vue' { | ... | @@ -17,7 +17,9 @@ declare module 'vue' { |
| 17 | ElCollapseTransition: typeof import('element-ui/lib/transitions/collapse-transition')['default'] | 17 | ElCollapseTransition: typeof import('element-ui/lib/transitions/collapse-transition')['default'] |
| 18 | ElImage: typeof import('element-ui/lib/image')['default'] | 18 | ElImage: typeof import('element-ui/lib/image')['default'] |
| 19 | ElInput: typeof import('element-ui/lib/input')['default'] | 19 | ElInput: typeof import('element-ui/lib/input')['default'] |
| 20 | + ElOption: typeof import('element-ui/lib/option')['default'] | ||
| 20 | ElRow: typeof import('element-ui/lib/row')['default'] | 21 | ElRow: typeof import('element-ui/lib/row')['default'] |
| 22 | + ElSelect: typeof import('element-ui/lib/select')['default'] | ||
| 21 | ElTooltip: typeof import('element-ui/lib/tooltip')['default'] | 23 | ElTooltip: typeof import('element-ui/lib/tooltip')['default'] |
| 22 | HagerBox: typeof import('./src/components/common/hagerBox.vue')['default'] | 24 | HagerBox: typeof import('./src/components/common/hagerBox.vue')['default'] |
| 23 | HagerCarousel: typeof import('./src/components/hagerCarousel.vue')['default'] | 25 | HagerCarousel: typeof import('./src/components/hagerCarousel.vue')['default'] | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Date: 2024-08-26 10:42:15 | 2 | * @Date: 2024-08-26 10:42:15 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-10-18 12:14:14 | 4 | + * @LastEditTime: 2024-10-18 14:59:39 |
| 5 | * @FilePath: /hager/src/route.js | 5 | * @FilePath: /hager/src/route.js |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | */ | 7 | */ |
| ... | @@ -140,4 +140,13 @@ export default [{ | ... | @@ -140,4 +140,13 @@ export default [{ |
| 140 | tag: 'news' | 140 | tag: 'news' |
| 141 | }, | 141 | }, |
| 142 | children: [] | 142 | children: [] |
| 143 | +}, { | ||
| 144 | + path: '/recruit', | ||
| 145 | + name: '招聘信息', | ||
| 146 | + component: () => import('@/views/recruit'), | ||
| 147 | + meta: { | ||
| 148 | + title: '海格电器', | ||
| 149 | + tag: 'recruit' | ||
| 150 | + }, | ||
| 151 | + children: [] | ||
| 143 | }] | 152 | }] | ... | ... |
src/views/recruit.vue
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment