Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
76174afb
Commit
76174afb
authored
Aug 27, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还原
parent
e5331a1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
route.php
application/route.php
+0
-2
No files found.
application/route.php
View file @
76174afb
...
@@ -52,7 +52,6 @@ Route::group('app_broker', [
...
@@ -52,7 +52,6 @@ Route::group('app_broker', [
'customerinfo_details_new'
=>
[
'app_broker/index/customerinfo_details_new'
,
[
'method'
=>
'get'
]
],
'customerinfo_details_new'
=>
[
'app_broker/index/customerinfo_details_new'
,
[
'method'
=>
'get'
]
],
'download_b'
=>
[
'app_broker/index/download_b'
,
[
'method'
=>
'get'
]
],
'download_b'
=>
[
'app_broker/index/download_b'
,
[
'method'
=>
'get'
]
],
'imagebody'
=>
[
'app_broker/index/imagebody'
,
[
'method'
=>
'get'
]
],
'imagebody'
=>
[
'app_broker/index/imagebody'
,
[
'method'
=>
'get'
]
],
'edit_modal'
=>
[
'app_broker/index/edit_modal'
,
[
'method'
=>
'get'
]
],
]);
]);
Route
::
group
(
'index'
,
[
Route
::
group
(
'index'
,
[
...
@@ -164,7 +163,6 @@ Route::group('index', [
...
@@ -164,7 +163,6 @@ Route::group('index', [
'getHouseList'
=>
[
'index/houses/getHouseList'
,
[
'method'
=>
'get'
]
],
//楼盘列表
'getHouseList'
=>
[
'index/houses/getHouseList'
,
[
'method'
=>
'get'
]
],
//楼盘列表
'carefullyChosen'
=>
[
'index/houses/carefullyChosen'
,
[
'method'
=>
'post'
]
],
//设置精选楼盘
'carefullyChosen'
=>
[
'index/houses/carefullyChosen'
,
[
'method'
=>
'post'
]
],
//设置精选楼盘
'editExclusive'
=>
[
'index/houses/editExclusive'
,
[
'method'
=>
'post'
]
],
//添加和编辑楼盘独家
'editExclusive'
=>
[
'index/houses/editExclusive'
,
[
'method'
=>
'post'
]
],
//添加和编辑楼盘独家
'addExclusive'
=>
[
'index/houses/addExclusive'
,
[
'method'
=>
'post'
]
],
//添加楼盘独家
'getExclusive'
=>
[
'index/houses/getExclusive'
,
[
'method'
=>
'get'
]
],
//获取楼盘独家
'getExclusive'
=>
[
'index/houses/getExclusive'
,
[
'method'
=>
'get'
]
],
//获取楼盘独家
'getRecords'
=>
[
'index/houses/getRecords'
,
[
'method'
=>
'get'
]
],
//操作记录
'getRecords'
=>
[
'index/houses/getRecords'
,
[
'method'
=>
'get'
]
],
//操作记录
'delHouseFile'
=>
[
'index/houses/delHouseFile'
,
[
'method'
=>
'post'
]
],
//操作记录
'delHouseFile'
=>
[
'index/houses/delHouseFile'
,
[
'method'
=>
'post'
]
],
//操作记录
...
...
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