Commit d505db54 authored by hujun's avatar hujun

修改路由

parent 29e87877
...@@ -477,9 +477,6 @@ Route::group('index', [ ...@@ -477,9 +477,6 @@ Route::group('index', [
'getFindShopList' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']], 'getFindShopList' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
'getFindShopListIsMy' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']], 'getFindShopListIsMy' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
'office_add' => ['index/OfficeManage/add', ['method' => 'GET|POST']],//楼盘字典新增
'office_edit' => ['index/OfficeManage/edit', ['method' => 'GET|POST']],//楼盘字典编辑
]); ]);
...@@ -927,6 +924,8 @@ Route::group('search', [ ...@@ -927,6 +924,8 @@ Route::group('search', [
Route::group('office', [ Route::group('office', [
'isBargainEnd' => ['api_broker/OrderLog/isBargainEnd', ['method' => 'get']], 'isBargainEnd' => ['api_broker/OrderLog/isBargainEnd', ['method' => 'get']],
'houseAdd' => ['index/OfficeManage/add', ['method' => 'GET|POST']],//楼盘字典新增
'houseEdit' => ['index/OfficeManage/edit', ['method' => 'GET|POST']],//楼盘字典编辑
]); ]);
//Route::miss('api/index/miss');//处理错误的url //Route::miss('api/index/miss');//处理错误的url
\ No newline at end of file
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