From 237a32aadb51f4c7f51d4734f6e62663f8acde36 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期六, 08 四月 2023 17:02:18 +0800
Subject: [PATCH] 修复多个bug

---
 api/globalApi.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 9c99255..f51a4c4 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -247,14 +247,14 @@
 	 */
 	getOneEvacuation: {
 		url: "/wrzs/userOperation/getOneEvacuation",
-		method: 'GET'
+		method: 'POST'
 	},
 	/**
 	 * @description 绗簩娆℃斁绌�
 	 */
 	getTwoEvacuation: {
 		url: "/wrzs/userOperation/getTwoEvacuation",
-		method: 'GET'
+		method: 'POST'
 	},
 	/**
 	 * @绉伴噸

--
Gitblit v1.9.1