This commit is contained in:
tianshujie
2023-04-24 19:44:41 +08:00
parent 9ed9817f98
commit 0ac0f009ec
+1 -1
View File
@@ -626,7 +626,7 @@ $(function()
var libID = $(this).closest('#versionSwitcher').data('lib');
var moduleID = $(this).data('id');
var params = 'libID=' + libID + '&moduleID=0&apiID=0&version=0&release=' + moduleID;
var methodName = config.currentMethod;
var methodName = rawMethod;
if(config.currentModule == 'doc')
{
params = linkParams.replace('%s', 'libID=' + libID + '&moduleID=0').replace('browseType=&', 'browseType=byrelease&').replace('param=0', 'param=' + moduleID);