* Fixed the interface details page skip problem.

This commit is contained in:
tianshujie
2023-04-21 08:55:51 +08:00
parent 32686d7132
commit 8f15eb15e6
+1
View File
@@ -472,6 +472,7 @@ $(function()
if(!libID) libID = 0;
if(!moduleID) moduleID = 0;
linkParams = linkParams.replace('%s', 'libID=' + libID + '&moduleID=' + moduleID);
if(config.currentModule == 'api' && config.currentMethod == 'view') spaceType = 'api';
if(spaceType != 'api' && config.currentModule == 'api') linkParams = 'objectID=' + objectID + '&' + linkParams;
var moduleName = spaceType == 'api' ? 'api' : 'doc';
var methodName = '';