修改请求地址,修改查询用户详情接口和common/type接口,增加params传承
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user