$resource
$resource : string
资源路由名称
资源路由类
__construct(\think\Route $router, \think\route\RuleGroup $parent = null, string $name = '', string $route = '', array $rest = array())
架构函数
\think\Route | $router | 路由对象 |
\think\route\RuleGroup | $parent | 上级对象 |
string | $name | 资源名称 |
string | $route | 路由地址 |
array | $rest | 资源定义 |