From 02a236747aa99c5016366a6ec3495190e5e8a730 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 25 Feb 2022 11:46:01 +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