From d01b40716871f0eb93c8a769f1e4b58357076332 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 04 Nov 2021 10:48:27 +0800
Subject: [PATCH] 活动地图修改

---
 src/api/system/user.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 14e597d..8de2f12 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -118,3 +118,11 @@
     }
   })
 }
+
+export const securitySave = (row) => {
+  return request({
+    url: '/api/blade-user/securitySave',
+    method: 'post',
+    data: row
+  })
+}

--
Gitblit v1.9.3