Commit 5dfaa5e4 authored by hujun's avatar hujun

路由

parent 8e48403e
......@@ -343,6 +343,7 @@ Route::group('index', [
'getSiteList' => [ 'index/Site/getSiteList', [ 'method' => 'POST|GET' ] ], //获取站点列表 朱伟 2018-10-18
'delImageDepot' => [ 'index/Site/delImageDepot', [ 'method' => 'POST|GET' ] ], //关闭或开启站点 朱伟 2018-10-18
'inspectionRecordAll' => [ 'index/Report/inspectionRecordAll', [ 'method' => 'GET' ] ], //全部约带看
'setSite' => [ 'index/auth/setSite', [ 'method' => 'GET' ] ], //设置角色站点
]);
......
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