mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改系统pathinfo参数解析方式
This commit is contained in:
parent
f42bb62bae
commit
c83add665f
@ -72,7 +72,7 @@ return [
|
|||||||
// URL普通方式参数 用于自动生成
|
// URL普通方式参数 用于自动生成
|
||||||
'url_common_param' => false,
|
'url_common_param' => false,
|
||||||
// URL参数方式 0 按名称成对解析 1 按顺序解析
|
// URL参数方式 0 按名称成对解析 1 按顺序解析
|
||||||
'url_param_type' => 0,
|
'url_param_type' => 1,
|
||||||
// 路由使用完整匹配
|
// 路由使用完整匹配
|
||||||
'route_complete_match' => false,
|
'route_complete_match' => false,
|
||||||
// 是否强制使用路由
|
// 是否强制使用路由
|
||||||
|
Loading…
x
Reference in New Issue
Block a user