hwb0 3 жил өмнө
parent
commit
fc8979f770

+ 1 - 3
public/jump.html

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