pattern(['path' => '.*']); // --- 日志相关路由 --- Route::get('index/getLogs', 'app\index\controller\Index@getLogs'); Route::get('getLogs', 'app\index\controller\Index@getLogs');