From 5f7c8c36ca6c5c72a5fca74079eb1db04f70e307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Thu, 4 Nov 2021 16:49:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BA=A4=E6=98=93=E5=B8=82=E5=9C=BA?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 4 ++-- pages/market/details.vue | 8 ++++---- pages/vip/vip.vue | 6 ++++-- unpackage/dist/dev/app-plus/app-service.js | 6 +++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/apis/index.js b/apis/index.js index aaa096b..5282b78 100644 --- a/apis/index.js +++ b/apis/index.js @@ -10,8 +10,8 @@ import router from '../router' // 基础配置 const config = { - apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境 - // apiUrl : 'http://api.ahxh.shangkelian.cn/api/', // 测试环境 + // apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境 + apiUrl : 'http://api.ahxh.shangkelian.cn/api/', // 测试环境 apiUrls : 'https://storage.lianshang.vip/', // 图片路径(测试/正式) timeout : 60000 } diff --git a/pages/market/details.vue b/pages/market/details.vue index 807d294..600e0be 100644 --- a/pages/market/details.vue +++ b/pages/market/details.vue @@ -83,6 +83,7 @@