Browse Source

fix issue

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

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

@@ -550,9 +550,9 @@
data:$('#debugAgainForm-'+JobID).serialize(),
success:function(res){
if(res['WechatRedirectUrl']){
window.location.href=WechatRedirectUrl
window.location.href=res['WechatRedirectUrl']
}
if(res.result_code==="0"){
else if(res.result_code==="0"){
if(res.job_id!==JobID){
location.reload()
}else{


Loading…
Cancel
Save