소스 검색

重新打包

lex-xin 4 년 전
부모
커밋
cbc42b8197

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.b303b74e8d0cf6474dbc.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/PeriodExchange.0c5a753e.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/PeriodExchange.345c9d5a.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/PeriodExchange.3d72ab01.js


+ 0 - 1
src/components/MPayment.vue

@@ -114,7 +114,6 @@ export default {
                 url += `/#/payResult`
             }
             url += `?payType=${this.pay_channel}&payment=${JSON.stringify(this.paymentObject)}&platform=teacher`
-            console.log(url)
             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 => {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.