diff --git a/components/QuickRechargePanel.vue b/components/QuickRechargePanel.vue new file mode 100644 index 0000000..4895049 --- /dev/null +++ b/components/QuickRechargePanel.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/config/request.js b/config/request.js index 79cf63e..a5cfc05 100644 --- a/config/request.js +++ b/config/request.js @@ -19,7 +19,7 @@ module.exports = vm => { //#ifdef DEV_SERVER console.log('DEV_SERVER') - config.baseURL = 'http://t-app.beida666.com/prod-api' + config.baseURL = 'http://192.168.0.86:8080' //#endif //#ifdef QA_SERVER diff --git a/pages/pay/index.vue b/pages/pay/index.vue index f34e287..229536b 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -1,11 +1,21 @@