diff --git a/convention.php b/convention.php index 206603b1..2ef29dcd 100644 --- a/convention.php +++ b/convention.php @@ -85,6 +85,8 @@ return [ 'url_route_on' => true, // 路由配置文件(支持配置多个) 'route_config_file' => ['route'], + // 路由使用完整匹配 + 'route_complete_match' => false, // 是否强制使用路由 'url_route_must' => false, // 域名部署