mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
路由别名
This commit is contained in:
@@ -99,7 +99,9 @@ class Url
|
||||
// 根据路由名称和参数生成URL地址
|
||||
public static function route($name, $params)
|
||||
{
|
||||
if (isset(Route::$alias[$name])) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// 解析URL和参数 域名
|
||||
|
||||
Reference in New Issue
Block a user