修改请求地址,修改查询用户详情接口和common/type接口,增加params传承

This commit is contained in:
2025-07-23 15:10:44 +08:00
parent bf3dc320c0
commit 8054985445
9 changed files with 77 additions and 40 deletions

View File

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