提交 19fcd7a6 编写于 作者: G gongfuxiang

url优化

上级 3beebbb2
......@@ -1594,7 +1594,8 @@ function MyUrl($path, $params = [])
$url = (string) $url;
// 去除组名称
$join = ($script_name != 'index.php' || $url_model == 0) ? '?s=' : '/';
$ds = ($script_name == 'index.php') ? '/' : '';
$join = ($script_name != 'index.php' || $url_model == 0) ? $ds.'?s=' : '/';
$len = $is_api ? 4 : ($is_install ? 8 : 6);
$url = str_replace('/'.$path, $join.substr($path, $len), $url);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册