Commit 559e7233 authored by hujun's avatar hujun

路由

parent 3dcb5972
...@@ -989,6 +989,8 @@ Route::group('office_index', [ ...@@ -989,6 +989,8 @@ Route::group('office_index', [
'getRoomList' => ['index/OfficeRoom/getRoomList', ['method' => 'GET']],//删除楼盘 'getRoomList' => ['index/OfficeRoom/getRoomList', ['method' => 'GET']],//删除楼盘
'getList' => ['index/Station/getList', ['method' => 'GET']],//城市地铁 'getList' => ['index/Station/getList', ['method' => 'GET']],//城市地铁
'getLabelsList' => ['index/OfficeLabel/getLabelsList', ['method' => 'get']], //楼盘标签列表 'getLabelsList' => ['index/OfficeLabel/getLabelsList', ['method' => 'get']], //楼盘标签列表
'houseEdit' => ['index/OfficeRoom/edit', ['method' => 'POST|GET']],//楼盘字典新增和编辑
'houseAdd' => ['index/OfficeRoom/edit', ['method' => 'POST|GET']],//楼盘字典新增和编辑
]); ]);
//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