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
d0ad6769
Commit
d0ad6769
authored
Jul 04, 2019
by
李尚科
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rollback router fix
parent
f133d874
Pipeline
#10246
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
house.js
app/router/house.js
+2
-2
No files found.
app/router/house.js
View file @
d0ad6769
...
@@ -4,7 +4,7 @@ module.exports = app => {
...
@@ -4,7 +4,7 @@ module.exports = app => {
const
router
=
app
.
router
.
namespace
(
app
.
config
.
projectRootPath
+
'/house'
);
const
router
=
app
.
router
.
namespace
(
app
.
config
.
projectRootPath
+
'/house'
);
const
loginAuth
=
app
.
middleware
.
loginAuth
({
type
:
'new'
});
//登录中间件
const
loginAuth
=
app
.
middleware
.
loginAuth
({
type
:
'new'
});
//登录中间件
/***********1.0接口关闭
router
.
get
(
'/tool/:house_style/:area_code/:level'
,
'house.tool.getMapPoint'
);
//购房计划地图点位
router
.
get
(
'/tool/:house_style/:area_code/:level'
,
'house.tool.getMapPoint'
);
//购房计划地图点位
router
.
post
(
'/tool/plan'
,
'house.tool.generateBuyHousePlan'
);
//生成购房计划
router
.
post
(
'/tool/plan'
,
'house.tool.generateBuyHousePlan'
);
//生成购房计划
router
.
get
(
'/tool/:type/:area_code'
,
'house.tool.getHousePriceFeature'
);
//房价指数 房价涨跌 购房资格、贷款额度问答
router
.
get
(
'/tool/:type/:area_code'
,
'house.tool.getHousePriceFeature'
);
//房价指数 房价涨跌 购房资格、贷款额度问答
...
@@ -44,7 +44,7 @@ module.exports = app => {
...
@@ -44,7 +44,7 @@ module.exports = app => {
//我的
//我的
router
.
get
(
'/mine'
,
'house.mine.getMineInfo'
);
//获取用户的头像昵称和关注等信息
router
.
get
(
'/mine'
,
'house.mine.getMineInfo'
);
//获取用户的头像昵称和关注等信息
***********关闭1.0接口****************/
...
...
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