diff --git a/src/views/market/apitype/index.vue b/src/views/market/apitype/index.vue index c8855aa..bab9a18 100644 --- a/src/views/market/apitype/index.vue +++ b/src/views/market/apitype/index.vue @@ -154,7 +154,7 @@ export default { async goToPaySuccess(customer){ //在这里我选择了window.open(url,'_self')形式,也就是不跳转新的页面,在本页面直接跳转 - window.open("http://127.0.0.1:8080/alipay/pay?subject="+customer.sysIntro+"&traceNo="+Math.floor(Math.random() * 900000) + 100000+"&totalAmount="+customer.sysNumber,'_self') + window.open("http://10.0.2.1:80/alipay/pay?subject="+customer.sysIntro+"&traceNo="+Math.floor(Math.random() * 900000) + 100000+"&totalAmount="+customer.sysNumber,'_self') }, getType(activeNameL){