zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
46028a0e06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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{