From 087d25f45135b83386552a773418cc8c38957c55 Mon Sep 17 00:00:00 2001 From: PQZ Date: Sat, 19 Oct 2024 16:26:36 +0800 Subject: [PATCH] 1 --- config.js | 4 ++-- pages-home/home/active.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 8280d52..ec892d3 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,8 @@ // 应用全局配置 module.exports = { - baseUrl: 'https://www.nuoyunr.com', + // baseUrl: 'https://www.nuoyunr.com', // baseUrl: 'http://192.168.1.4:48080', - // baseUrl: "http://localhost:48080", + baseUrl: "http://localhost:48080", imagesUrl: 'http://shequ.0315e.com/static/images/pages/', baseImageUrl: 'https://www.nuoyunr.com/minio/', wsUrl: 'wss://www.nuoyunr.com', diff --git a/pages-home/home/active.vue b/pages-home/home/active.vue index 9ccf2d4..edcf612 100644 --- a/pages-home/home/active.vue +++ b/pages-home/home/active.vue @@ -142,7 +142,8 @@ export default { this.couponList=[] this.array=[] const data = { - cusId: this.customInfo.id + cusId: this.customInfo.id, + isNow:'1' } await request({ url: '/userClient/customer/activeList',