Browse Source

fix issue

tags/v1.22.2.2^2
zhoupzh 4 years ago
parent
commit
eaa136afa5
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      templates/repo/debugjob/index.tmpl

+ 1
- 2
templates/repo/debugjob/index.tmpl View File

@@ -549,8 +549,7 @@
url:debugUrl+'restart?redirect_to='+redirect_to,
data:$('#debugAgainForm-'+JobID).serialize(),
success:function(res){
console.log(res)
if(res.WechatRedirectUrl){
if(res['WechatRedirectUrl']){
window.location.href=WechatRedirectUrl
}
if(res.result_code==="0"){


Loading…
Cancel
Save