|
@@ -16,4 +16,5 @@ $router->group(function () use ($router){
|
|
|
$router->get('wind/getWindOptions', '\catchAdmin\wind\controller\Wind@getWindOptions');
|
|
|
$router->resource('wind', '\catchAdmin\wind\controller\Wind');
|
|
|
$router->resource('fan', '\catchAdmin\wind\controller\Fan');
|
|
|
+ $router->get('fan/getFanListById','\catchAdmin\wind\controller\Fan@getList');
|
|
|
})->middleware('auth');
|