|
|
|
@@ -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"){ |
|
|
|
|