|
@@ -287,7 +287,7 @@
|
|
if(res.data.code == 0){
|
|
if(res.data.code == 0){
|
|
this.saveUserOper(id); //记录
|
|
this.saveUserOper(id); //记录
|
|
// const linkURL = url.indexOf("?")>-1? url + "&appKeyId="+appKeyId+"&appKeySecret="+appKeySecret : url + "?appKeyId="+appKeyId+"&appKeySecret="+appKeySecret;
|
|
// const linkURL = url.indexOf("?")>-1? url + "&appKeyId="+appKeyId+"&appKeySecret="+appKeySecret : url + "?appKeyId="+appKeyId+"&appKeySecret="+appKeySecret;
|
|
- const linkURL = url.indexOf("?")>-1? url + "&appI="+appKeyId+"&appS="+appKeySecret + "&code=" + securityCode : url + "?appI="+appKeyId+"&appS="+appKeySecret + "&code=" + securityCode;
|
|
|
|
|
|
+ const linkURL = url.indexOf("?")>-1? url + "&appI="+appKeyId+"&appS="+appKeySecret + "&code=" + securityCode : url + "?appI="+appKeyId+"&appS="+appKeySecret + "&code=" + securityCode+"&productId="+id;
|
|
// this.openWin(linkURL);
|
|
// this.openWin(linkURL);
|
|
newWindow.location.href = linkURL;
|
|
newWindow.location.href = linkURL;
|
|
}else{
|
|
}else{
|