From 543058ea1e1d4ca9c8002b041dc464021a93f81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Thu, 2 Nov 2023 11:33:42 +0800 Subject: [PATCH] Update channelunit.helper.php --- src/system/helpers/channelunit.helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/helpers/channelunit.helper.php b/src/system/helpers/channelunit.helper.php index 3cefc3cc..fe11a0ed 100755 --- a/src/system/helpers/channelunit.helper.php +++ b/src/system/helpers/channelunit.helper.php @@ -142,7 +142,7 @@ if (!function_exists('GetTypeUrl')) { if ($isdefault == -1) { if ($cfg_rewrite == 'Y') { //开启伪静态栏目/list-1、/list-2,则分页/list-1-1、/list-1-2 - return "/list-".$typeid.""; + $reurl = "/list-".$typeid.""; } else { $reurl = $GLOBALS['cfg_phpurl']."/list.php?tid=".$typeid; }