mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正url类生成地址不带参数不显示伪静态后缀的问题
This commit is contained in:
@@ -73,6 +73,8 @@ class Url
|
|||||||
}
|
}
|
||||||
$url .= $suffix;
|
$url .= $suffix;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$url .= $suffix;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($anchor)) {
|
if (!empty($anchor)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user