mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
改进Url生成类
This commit is contained in:
@@ -75,7 +75,7 @@ class Url
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($anchor)) {
|
||||
if (!empty($anchor)) {
|
||||
$url .= '#' . $anchor;
|
||||
}
|
||||
if ($domain) {
|
||||
|
||||
Reference in New Issue
Block a user