Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-18 17:36:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3516916d393cd2f336a023bf77d089a705bf0804
3516916d
1 parent
a6f851d9
新增招聘信息页面
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
components.d.ts
src/route.js
src/views/recruit.vue
components.d.ts
View file @
3516916
...
...
@@ -17,7 +17,9 @@ declare module 'vue' {
ElCollapseTransition
:
typeof
import
(
'element-ui/lib/transitions/collapse-transition'
)[
'default'
]
ElImage
:
typeof
import
(
'element-ui/lib/image'
)[
'default'
]
ElInput
:
typeof
import
(
'element-ui/lib/input'
)[
'default'
]
ElOption
:
typeof
import
(
'element-ui/lib/option'
)[
'default'
]
ElRow
:
typeof
import
(
'element-ui/lib/row'
)[
'default'
]
ElSelect
:
typeof
import
(
'element-ui/lib/select'
)[
'default'
]
ElTooltip
:
typeof
import
(
'element-ui/lib/tooltip'
)[
'default'
]
HagerBox
:
typeof
import
(
'./src/components/common/hagerBox.vue'
)[
'default'
]
HagerCarousel
:
typeof
import
(
'./src/components/hagerCarousel.vue'
)[
'default'
]
...
...
src/route.js
View file @
3516916
/*
* @Date: 2024-08-26 10:42:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-18 1
2:14:14
* @LastEditTime: 2024-10-18 1
4:59:39
* @FilePath: /hager/src/route.js
* @Description: 文件描述
*/
...
...
@@ -140,4 +140,13 @@ export default [{
tag
:
'news'
},
children
:
[]
},
{
path
:
'/recruit'
,
name
:
'招聘信息'
,
component
:
()
=>
import
(
'@/views/recruit'
),
meta
:
{
title
:
'海格电器'
,
tag
:
'recruit'
},
children
:
[]
}]
...
...
src/views/recruit.vue
0 → 100644
View file @
3516916
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment