diff --git a/src/views/firminfo/firminfo/index.vue b/src/views/firminfo/firminfo/index.vue index d09bc0a..20be80d 100644 --- a/src/views/firminfo/firminfo/index.vue +++ b/src/views/firminfo/firminfo/index.vue @@ -84,7 +84,7 @@ export default { }, async topup(){ this.pay.subject=this.firminfoForm.firmTem - const url = `http://10.0.2.1:8080/pay/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`; + const url = `http://10.0.2.1:8080/market/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`; pay(this.pay).then(res=>{ console.log(res) window.open(url, '_self'); diff --git a/src/views/market/apitype/index.vue b/src/views/market/apitype/index.vue index ce45a4d..dd56165 100644 --- a/src/views/market/apitype/index.vue +++ b/src/views/market/apitype/index.vue @@ -247,7 +247,7 @@ export default { async gotoMaintained(customer){ this.pay.subject=customer.sysIntro this.pay.totalAmount=customer.sysNumber - const url = `http://10.0.2.1:8080/pay/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`; + const url = `http://10.0.2.1:8080/market/alipay/pay?subject=${this.pay.subject}&totalAmount=${this.pay.totalAmount}`; window.open(url, '_self'); }, getType(activeNameL){