hwb0 пре 3 година
родитељ
комит
fc8979f770
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      public/jump.html

+ 1 - 3
public/jump.html

@@ -105,11 +105,9 @@
       })
 
       req.then(data => {
-        console.log('data', data)
         let resData = JSON.parse(data)
-        console.log('resData', resData)
         if(resData.code == 0){
-          window.location.href = `${ resData.data }?id=${ getRequest.id }`;
+          window.location.href = resData.data;
         }
       })
     }