mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
配置调整
This commit is contained in:
@@ -85,6 +85,8 @@ return [
|
|||||||
'url_route_on' => true,
|
'url_route_on' => true,
|
||||||
// 路由配置文件(支持配置多个)
|
// 路由配置文件(支持配置多个)
|
||||||
'route_config_file' => ['route'],
|
'route_config_file' => ['route'],
|
||||||
|
// 路由使用完整匹配
|
||||||
|
'route_complete_match' => false,
|
||||||
// 是否强制使用路由
|
// 是否强制使用路由
|
||||||
'url_route_must' => false,
|
'url_route_must' => false,
|
||||||
// 域名部署
|
// 域名部署
|
||||||
|
|||||||
Reference in New Issue
Block a user