diff --git a/templates/repo/modelsafety/show.tmpl b/templates/repo/modelsafety/show.tmpl index de05cf5ea..eacc823dc 100644 --- a/templates/repo/modelsafety/show.tmpl +++ b/templates/repo/modelsafety/show.tmpl @@ -470,7 +470,7 @@
+ href="/api/v1/repos/{{$.RepoRelPath}}/cloudbrain"> {{$.i18n.Tr "repo.modelarts.download_log"}} @@ -850,7 +850,7 @@ SPEC && $('td.ti-text-form-content.resorce_type div').text(getListValueWithKey(ACC_CARD_TYPE, SPEC.AccCardType)); } var oLogHref = $('#-log-down').attr('href'); - $('#-log-down').attr('href', oLogHref + `/modelsafety/${res.ID}/down_log_file`); + $('#-log-down').attr('href', oLogHref + `/${res.ID}/down_log_file`); if (res.ResultJson) { try { resultData = JSON.parse(res.ResultJson);