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; },