|
@@ -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;
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|