mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
取消URL参数常量
This commit is contained in:
@@ -365,7 +365,7 @@ class Route
|
||||
public static function parseUrl($url)
|
||||
{
|
||||
if ('/' == $url) {
|
||||
return;
|
||||
return [null, null, null];
|
||||
}
|
||||
$paths = explode('/', $url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user