Ver código fonte

权限接口bug修改

zhouna 5 anos atrás
pai
commit
bd007dae5f
1 arquivos alterados com 1 adições e 1 exclusões
  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{