group(function () use ($router) { // workLocation路由 //$router->resource('worklocation', '\catchAdmin\worklocation\controller\WorkLocation'); $router->resource('workRecord', '\catchAdmin\worklocation\controller\WorkRecord'); // workplan路由 $router->resource('workplan', '\catchAdmin\worklocation\controller\Workplan'); $router->get('queryFanByWindId', '\catchAdmin\worklocation\controller\Workplan@getFanIdByWindId'); })->middleware('auth'); //维保记录统计图标 $router->group('WorkLocationChart', function () use ($router) { //维保记录 $router->get('total', '\catchAdmin\worklocation\controller\WorkLocation@getTotal'); // workRecord路由 })->middleware('auth');