@@ -114,6 +114,7 @@ export default {
url += `/#/payResult`
}
url += `?payType=${this.pay_channel}&payment=${JSON.stringify(this.paymentObject)}&platform=teacher`
+ this.$emit("onChangeStatus", false); // 初始化弹窗状态
window.location.href = url
},
@@ -1,7 +1,7 @@
// let targetUrl = 'http://mteadev.dayaedu.com'
-let targetUrl = 'http://192.168.3.139:8000' // 箭河
+// let targetUrl = 'http://192.168.3.139:8000' // 箭河
// let targetUrl = 'https://online.dayaedu.com'
-// let targetUrl = 'http://dev.dayaedu.com/'
+let targetUrl = 'http://dev.dayaedu.com/'
// let targetUrl = 'http://192.168.3.151:8080'
module.exports = {
chainWebpack: config => {