From c77b741c6194a688546350ddf0984512749f3627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Wed, 10 May 2023 09:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 4 ++-- pages/pay/pay.vue | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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() }