From b1e9ca2e337b1256f3a223bd0b07c5565f042a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Wed, 15 Sep 2021 09:56:30 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9mgop=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontCode2/sunshine_levy/src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue index f46b442..f55ff6c 100644 --- a/FrontCode2/sunshine_levy/src/views/index.vue +++ b/FrontCode2/sunshine_levy/src/views/index.vue @@ -347,7 +347,7 @@ export default { api: "mgop.kykj.houseexpropriat.getprjlist", // 必须 host: "https://mapi.zjzwfw.gov.cn/", dataType: "JSON", - type: "GET", + type: "POST", data: { ticket: this.$route.query.ticket, },