改名
This commit is contained in:
@@ -174,7 +174,7 @@ class Router
|
|||||||
if (empty($prefix = array_filter($prefix))) {
|
if (empty($prefix = array_filter($prefix))) {
|
||||||
return '/' . $route;
|
return '/' . $route;
|
||||||
}
|
}
|
||||||
return '/' . implode('/', $prefix) . $route;
|
return '/' . implode('/', $prefix) . '/' . $route;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user