* Fix api tree link bug.

This commit is contained in:
wangyuting
2023-12-11 16:39:35 +08:00
parent ce0d31cec9
commit a01bfb7614
-1
View File
@@ -54,7 +54,6 @@ class docMenu extends wg
if($this->spaceType == 'api')
{
$methodName = 'index';
$linkParams = substr($linkParams, 1);
}
else if($item->type == 'annex')
{