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 @@