修改849接口
This commit is contained in:
@@ -2692,10 +2692,7 @@ export default {
|
||||
this.$http({
|
||||
url: this.$http.adornUrl("common/type/849"),
|
||||
method: "get",
|
||||
params: {
|
||||
type:849
|
||||
},
|
||||
params: this.$http.adornParams({}),
|
||||
params: this.$http.adornParams({type:849}),
|
||||
}).then(({ data }) => {
|
||||
if (data.code == 0) {
|
||||
if (data.data.value == "是") {
|
||||
|
||||
Reference in New Issue
Block a user