lex-xin 4 years ago
parent
commit
b14f535e35

File diff suppressed because it is too large
+ 0 - 0
dist/app.264612f9bfff08c2a1a6.js


File diff suppressed because it is too large
+ 0 - 0
dist/css/PeriodExchange.ba38cb9f.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/PeriodExchange.345c9d5a.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/PeriodExchange.7ee253e3.js


+ 1 - 0
src/components/MPayment.vue

@@ -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
         },
     },

+ 2 - 2
vue.config.js

@@ -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 => {

Some files were not shown because too many files changed in this diff