|
@@ -117,8 +117,8 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
|
|
|
$route->any('rdDetail', 'Api\RDController@rdDetail');
|
|
$route->any('rdDetail', 'Api\RDController@rdDetail');
|
|
|
|
|
|
|
|
//统计
|
|
//统计
|
|
|
- $route->any('statisticEmployee', 'Api\StatisticsController@statisticEmployee');
|
|
|
|
|
- $route->any('statisticDevice', 'Api\StatisticsController@statisticDevice');
|
|
|
|
|
|
|
+ $route->any('statisticsEmployee', 'Api\StatisticsController@statisticsEmployee');
|
|
|
|
|
+ $route->any('statisticsEmployee', 'Api\StatisticsController@statisticsEmployee');
|
|
|
|
|
|
|
|
//获取默认表头
|
|
//获取默认表头
|
|
|
$route->any('getTableHead','Api\TableHeadController@tableHeadGet');
|
|
$route->any('getTableHead','Api\TableHeadController@tableHeadGet');
|