fix: 获取系统页面url
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user