作者 lyh

gx

... ... @@ -179,6 +179,7 @@ class ComController extends BaseController
}
public function ceshi(){
return Route::currentRouteName();
return $this->request->route()->getAction();
// return Route::currentRouteName();
}
}
... ...