From 1a2ecf43c7979b20ac050ec983c5560b136a7c3d Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Sat, 25 Sep 2021 14:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=98=E9=80=9A=E7=94=A8=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=A4=84=E7=90=86=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 4 +++- components/no-list-components/index.vue | 19 +++++++++++-------- pages/wallet/index.vue | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/apis/index.js b/apis/index.js index ec79c85..dd9661c 100644 --- a/apis/index.js +++ b/apis/index.js @@ -10,6 +10,7 @@ import store from '@/store' // 基础配置 const config = { apiUrl : 'http://api.ahxh.shangkelian.cn/api/', + apiUrls : 'http://api.ahxh.shangkelian.cn', timeout : 60000 } @@ -154,5 +155,6 @@ const loginHint = () => { export { request, - uploading + uploading, + config } diff --git a/components/no-list-components/index.vue b/components/no-list-components/index.vue index fa2f702..85d597f 100644 --- a/components/no-list-components/index.vue +++ b/components/no-list-components/index.vue @@ -1,13 +1,14 @@