@@ -109,7 +109,7 @@
let resData = JSON.parse(data)
console.log('resData', resData)
if(resData.code == 0){
- window.location.href = resData.data;
+ window.location.href = `${ resData.data }?id=${ getRequest.id }`;
}
})