From 9a988de5386ec90f6247c4bfb01ed9da7c247220 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 24 Jun 2025 13:52:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8E=B7=E5=8F=96=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/v1/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/v1/System.php b/app/admin/controller/v1/System.php index bd8c2ef2..e502b04f 100644 --- a/app/admin/controller/v1/System.php +++ b/app/admin/controller/v1/System.php @@ -349,7 +349,7 @@ class System // 根据系统页面url获取回显数据项 static public function getEchoDataBySystemPageUrl($link_to, $link) { - if ('custom' == $link_to) return []; + if ('custom' == $link_to || empty($link)) return []; $data = []; $params = [];