perf: 获取系统页面url为空情况处理
This commit is contained in:
@@ -241,6 +241,8 @@ class System
|
||||
return [];
|
||||
break;
|
||||
}
|
||||
if (empty($data)) return [];
|
||||
|
||||
return [
|
||||
'id' => $data['id'],
|
||||
'name' => $data['name'],
|
||||
|
||||
Reference in New Issue
Block a user