zhouna пре 5 година
родитељ
комит
46028a0e06
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/user/Console.vue

+ 1 - 1
src/components/user/Console.vue

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