Skip to content

Commit 54372d6

Browse files
committed
配置调整
1 parent ddc4341 commit 54372d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
'url_param_type' => 0,
9191
// 是否开启路由
9292
'url_route_on' => true,
93+
// 路由使用完整匹配
94+
'route_complete_match' => false,
9395
// 路由配置文件(支持配置多个)
9496
'route_config_file' => ['route'],
9597
// 是否强制使用路由

0 commit comments

Comments
 (0)