Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
5
51business
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
方斌
51business
Commits
2420c25e
Commit
2420c25e
authored
May 08, 2019
by
方斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
z
parent
6585a0fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
official.js
app/router/official.js
+9
-9
No files found.
app/router/official.js
View file @
2420c25e
...
@@ -2,16 +2,16 @@
...
@@ -2,16 +2,16 @@
module
.
exports
=
app
=>
{
module
.
exports
=
app
=>
{
const
router
=
app
.
router
.
namespace
(
app
.
config
.
projectRootPath
+
'/official'
);
const
router
=
app
.
router
.
namespace
(
app
.
config
.
projectRootPath
+
'/official'
);
router
.
get
(
'/job/info/:id'
,
'official.job.info'
);
//招聘岗位详情信息
router
.
get
(
'
third_job_info'
,
'
/job/info/:id'
,
'official.job.info'
);
//招聘岗位详情信息
router
.
get
(
'/job/list/:jobtypeid'
,
'official.job.list'
);
//招聘岗位列表
router
.
get
(
'
third_job_list'
,
'
/job/list/:jobtypeid'
,
'official.job.list'
);
//招聘岗位列表
router
.
get
(
'/jobtype/list/:jobtype'
,
'official.jobtype.list'
);
//招聘类型列表
router
.
get
(
'
third_jobtype_list'
,
'
/jobtype/list/:jobtype'
,
'official.jobtype.list'
);
//招聘类型列表
router
.
get
(
'/jobtype/school'
,
'official.jobtype.school'
);
//校园招聘类型列表
router
.
get
(
'
third_jobtype_school'
,
'
/jobtype/school'
,
'official.jobtype.school'
);
//校园招聘类型列表
router
.
get
(
'/jobtype/social'
,
'official.jobtype.social'
);
//校园招聘类型列表
router
.
get
(
'
third_jobtype_social'
,
'
/jobtype/social'
,
'official.jobtype.social'
);
//校园招聘类型列表
router
.
get
(
'/job/all/:jobtype'
,
'official.job.all'
);
//招聘类型+招聘岗位全部
router
.
get
(
'
third_job_all'
,
'
/job/all/:jobtype'
,
'official.job.all'
);
//招聘类型+招聘岗位全部
router
.
post
(
'/job/apply'
,
'official.job.apply'
);
//简历提交,求职
router
.
post
(
'
third_job_apply'
,
'
/job/apply'
,
'official.job.apply'
);
//简历提交,求职
router
.
get
(
'/investment/:page/:type_id/:language'
,
'official.investment.list'
);
//投资者关系
router
.
get
(
'
third_investment_list'
,
'
/investment/:page/:type_id/:language'
,
'official.investment.list'
);
//投资者关系
router
.
get
(
'/investment_type'
,
'official.investment.typeList'
);
//投资者项列表
router
.
get
(
'
third_investment_type_info'
,
'
/investment_type'
,
'official.investment.typeList'
);
//投资者项列表
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment