Explorar el Código

权限接口bug修改

zhouna hace 5 años
padre
commit
bd007dae5f
Se han modificado 1 ficheros con 1 adiciones y 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{