From 80549854450d7c94e7d9c4421b89fe003f4476b2 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 23 Jul 2025 15:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=AF=A6=E6=83=85=E6=8E=A5=E5=8F=A3=E5=92=8Ccommon/ty?= =?UTF-8?q?pe=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=A2=9E=E5=8A=A0params=E4=BC=A0?= =?UTF-8?q?=E6=89=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/index.js | 2 +- src/views/finance/storeincome.vue | 15 ++++- src/views/mission/mission.vue | 12 ++++ src/views/mission/missionDy.vue | 3 + src/views/mission/missionWx.vue | 63 ++++++++++--------- src/views/mission/system.vue | 3 +- src/views/modules/sys/user-add-or-update.vue | 7 ++- src/views/modules/sys/user-add-or-updateG.vue | 5 +- .../modules/sys/user-add-or-updateGr.vue | 7 ++- 9 files changed, 77 insertions(+), 40 deletions(-) diff --git a/src/config/index.js b/src/config/index.js index 3a17034..fae1f51 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -6,7 +6,7 @@ export const productUrl='dj-admin'; // const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试 // const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上 -const baseUrl = "http://192.168.1.43:1333/admin/" // php +const baseUrl = "http://192.168.1.31:8080/admin/" // php export default{ baseUrl diff --git a/src/views/finance/storeincome.vue b/src/views/finance/storeincome.vue index b6baeb4..8a43c11 100644 --- a/src/views/finance/storeincome.vue +++ b/src/views/finance/storeincome.vue @@ -1850,7 +1850,10 @@ this.$http({ url: this.$http.adornUrl('sys/user/info/' + userId), method: 'get', - params: this.$http.adornParams({}) + params: { + ...this.$http.adornParams({}), + userId: userId + } }).then(({ data }) => { @@ -3078,7 +3081,10 @@ this.$http({ url: this.$http.adornUrl('common/type/152'), method: 'get', - params: this.$http.adornParams({}) + params: { + ...this.$http.adornParams({}), + type:152 + } }).then(({ data }) => { @@ -3090,7 +3096,10 @@ this.$http({ url: this.$http.adornUrl('common/type/153'), method: 'get', - params: this.$http.adornParams({}) + params: { + ...this.$http.adornParams({}), + type:153 + } }).then(({ data }) => { diff --git a/src/views/mission/mission.vue b/src/views/mission/mission.vue index 74ab266..3a9bd02 100644 --- a/src/views/mission/mission.vue +++ b/src/views/mission/mission.vue @@ -2651,6 +2651,9 @@ export default { this.$http({ url: this.$http.adornUrl("common/type/247"), method: "get", + params: { + type:247 + }, data: this.$http.adornData({}), }).then(({ data }) => { if (data.code == 0) { @@ -2663,6 +2666,9 @@ export default { this.$http({ url: this.$http.adornUrl("common/type/450"), method: "get", + params: { + type:450 + }, data: this.$http.adornData({}), }).then(({ data }) => { if (data.code == 0) { @@ -2673,6 +2679,9 @@ export default { this.$http({ url: this.$http.adornUrl("common/type/451"), method: "get", + params: { + type:451 + }, data: this.$http.adornData({}), }).then(({ data }) => { if (data.code == 0) { @@ -2683,6 +2692,9 @@ export default { this.$http({ url: this.$http.adornUrl("common/type/849"), method: "get", + params: { + type:849 + }, params: this.$http.adornParams({}), }).then(({ data }) => { if (data.code == 0) { diff --git a/src/views/mission/missionDy.vue b/src/views/mission/missionDy.vue index c23b9c5..20f11c8 100644 --- a/src/views/mission/missionDy.vue +++ b/src/views/mission/missionDy.vue @@ -1576,6 +1576,9 @@ this.$http({ url: this.$http.adornUrl('common/type/247'), method: 'get', + params: { + type:247 + }, data: this.$http.adornData({}) }).then(({ data diff --git a/src/views/mission/missionWx.vue b/src/views/mission/missionWx.vue index 787e7a2..8c1d9fe 100644 --- a/src/views/mission/missionWx.vue +++ b/src/views/mission/missionWx.vue @@ -34,7 +34,7 @@ - +