mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
@@ -269,8 +269,8 @@ class Url
|
||||
foreach ($rules as $group => $val) {
|
||||
list($rule, $route, $vars, $option, $pattern) = $val;
|
||||
if (is_array($rule)) {
|
||||
foreach ($rule as $key => $item) {
|
||||
list($key, $route, $var, $option, $pattern) = $item;
|
||||
foreach ($rule as $key => $rule_item) {
|
||||
list($key, $route, $var, $option, $pattern) = $rule_item;
|
||||
|
||||
$param = [];
|
||||
if (is_array($route)) {
|
||||
|
||||
Reference in New Issue
Block a user