diff --git a/apis/index.js b/apis/index.js index 33e6bb6..9be41a3 100644 --- a/apis/index.js +++ b/apis/index.js @@ -10,8 +10,8 @@ import router from '../router' // 基础配置 const config = { - // apiUrl : 'https://douhuo.douhuofalv.com/api/', - apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境 + apiUrl : 'https://douhuo.douhuofalv.com/api/', + // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境 timeout : 60000 } diff --git a/pages/pay/pay.vue b/pages/pay/pay.vue index e858ff3..019d8cf 100644 --- a/pages/pay/pay.vue +++ b/pages/pay/pay.vue @@ -546,8 +546,6 @@ }, // 更新订单列表 onRrmoveItem(){ - console.log(this.orderId) - this.$store.commit('setOrderId', this.orderId) this.$Router.back() }