修复路由斜杠地址错误

feat/task1-c-wallet
gongfuxiang 2019-02-21 22:56:26 +08:00
parent a5aa0dbd8e
commit c6cce399c5
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ return [
// 合并路由规则
'route_rule_merge' => false,
// 路由是否完全匹配
'route_complete_match' => false,
'route_complete_match' => true,
// 使用注解路由
'route_annotation' => false,
// 域名根如thinkphp.cn