From a57be162ff90decf6b6bb124e434448d5404d540 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Mon, 6 Mar 2023 13:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E5=8A=A1=E3=80=81=E5=A4=A7=E5=8C=BA?= =?UTF-8?q?=E8=BF=90=E8=90=A5=E4=B8=AD=E5=BF=83=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 4 +- pages/account/yunying.vue | 91 ++++++++++++++++++++++++++++++++------- 2 files changed, 78 insertions(+), 17 deletions(-) diff --git a/apis/index.js b/apis/index.js index 0a6a8ca..0bf4ee8 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/account/yunying.vue b/pages/account/yunying.vue index f4f4f20..67ad001 100644 --- a/pages/account/yunying.vue +++ b/pages/account/yunying.vue @@ -1,25 +1,48 @@