Commit 76174afb authored by xinyuandu's avatar xinyuandu

还原

parent e5331a1b
...@@ -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' ] ], //操作记录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment