@@ -274,7 +274,9 @@
this.submitButtonStat = false
// 跳转到中转页面
- location.href = 'http://nc-fele-mips.elken.com:8016/pay.html?RefNo=' + response.SN
+ // 'http://nc-fele-mips.elken.com:8016' // test
+ // 'http://fele.ncshop.elken.com' // prod
+ location.href = 'http://fele.ncshop.elken.com/pay.html?RefNo=' + response.SN
// 唤起支付页面
// network.postData(`shop/i-pay88`, { Amount: response.ORDER_AMOUNT, RefNo: response.SN }).then(payment => {