修复路由斜杠地址错误
parent
a5aa0dbd8e
commit
c6cce399c5
|
|
@ -101,7 +101,7 @@ return [
|
|||
// 合并路由规则
|
||||
'route_rule_merge' => false,
|
||||
// 路由是否完全匹配
|
||||
'route_complete_match' => false,
|
||||
'route_complete_match' => true,
|
||||
// 使用注解路由
|
||||
'route_annotation' => false,
|
||||
// 域名根,如thinkphp.cn
|
||||
|
|
|
|||
Loading…
Reference in New Issue