|
|
@@ -268,7 +268,7 @@ export default {
|
|
|
forbidClick: true
|
|
|
});
|
|
|
this.$http
|
|
|
- .get('/payOrder/v2/ali', { id: this.id })
|
|
|
+ .get('/payOrder/v2/ask/ali', { id: this.id })
|
|
|
.then(res => {
|
|
|
this.$toast.clear();
|
|
|
document.location.href = res;
|
|
|
@@ -291,7 +291,7 @@ export default {
|
|
|
});
|
|
|
});
|
|
|
} else if (this.payType === 'UNION') {
|
|
|
- const url = resolveUrl(this.$baseUrl, '/payOrder/v2/sandQuick?id=' + this.id)
|
|
|
+ const url = resolveUrl(this.$baseUrl, '/payOrder/v2/ask/sandQuick?id=' + this.id)
|
|
|
.replace('www.raex.vip', 'jump.raex.vip')
|
|
|
.replace('test.raex.vip', 'jumptest.raex.vip')
|
|
|
.replace(/http:\/\/192\.168.*?\//, 'https://jumptest.raex.vip/');
|
|
|
@@ -300,7 +300,7 @@ export default {
|
|
|
this.getOrder(true);
|
|
|
} else if (this.payType === 'QUICK_BIND') {
|
|
|
this.$http
|
|
|
- .get('/payOrder/v2/sandQuickBind?id=' + this.id)
|
|
|
+ .get('/payOrder/v2/ask/sandQuickBind?id=' + this.id)
|
|
|
.then(res => {
|
|
|
document.location.href = res;
|
|
|
this.getOrder(true);
|