配置调整

This commit is contained in:
thinkphp
2016-10-24 07:11:16 +08:00
parent aca32d1da3
commit fa2bc7343d

View File

@@ -85,6 +85,8 @@ return [
'url_route_on' => true,
// 路由配置文件(支持配置多个)
'route_config_file' => ['route'],
// 路由使用完整匹配
'route_complete_match' => false,
// 是否强制使用路由
'url_route_must' => false,
// 域名部署