From 35f3d0c0f111914c841a26cae9d7a057922fe415 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 10 Jan 2023 10:37:18 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs

---
 src/api/activity/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/activity/index.js b/src/api/activity/index.js
index a67ebbb..4a74fc3 100644
--- a/src/api/activity/index.js
+++ b/src/api/activity/index.js
@@ -204,7 +204,7 @@
     return request({
         url: `/api/securityPlot/securityPlot/all`,
         method: 'get',
-        params: {
+        data: {
             securityId,
         }
     })

--
Gitblit v1.9.3