From 95d1eda7a3fbef757866a3a6385a6c54f3a7d3be Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 13 Jan 2025 16:27:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E4=B8=AD=E5=BF=83=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 4 +- .../finance/components/pop-add-redPack.vue | 51 ++++++------------- src/views/finance/financeList.vue | 9 +++- 3 files changed, 25 insertions(+), 39 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 73cd2bd..68aed2a 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -4,8 +4,8 @@ export const productUrl='dj-admin'; // const baseUrl = "http://192.168.1.7:8100/czg/" // const baseUrl = "https://api.tianjinzhitongdaohe.com/czg/" -// const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试 -const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上 + const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试 +// const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上 export default{ baseUrl diff --git a/src/views/finance/components/pop-add-redPack.vue b/src/views/finance/components/pop-add-redPack.vue index 23de57f..917a151 100644 --- a/src/views/finance/components/pop-add-redPack.vue +++ b/src/views/finance/components/pop-add-redPack.vue @@ -1,46 +1,24 @@ @@ -1102,7 +1106,8 @@ export default { const { data } = await $redPackApi.getList({ page: this.page, limit: this.limit, - source: this.zhuanPanType + source: this.zhuanPanType, + type: this.zhuanPanType }); this.redPackData = data.data.records; },