* [bug#53568,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-08-07 14:51:58 +08:00
committed by 王怡栋
parent 4779744fa2
commit ca4539119c
+2
View File
@@ -41,6 +41,8 @@ class docMenu extends wg
private function buildLink($item, $releaseID = 0): string
{
if(isset($item->objectType) && $item->objectType == 'custom' && $item->parent == 0) return '';
global $app;
$url = zget($item, 'url', '');
if(!empty($url)) return $url;