初始化

master
法外狂徒张三 2024-08-29 20:01:40 +08:00
parent e4e4048392
commit f4bbf03b3d
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ export default {
async goToPaySuccess(customer){ async goToPaySuccess(customer){
//window.open(url,'_self') //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){ getType(activeNameL){