From e5fc8c8a5fe96ac02a0e3e40e8577a0a44334321 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 02 Sep 2025 15:03:11 +0800
Subject: [PATCH] feat:二维码调整

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

diff --git a/src/api/system/role.js b/src/api/system/role.js
index ef57e36..dadd865 100644
--- a/src/api/system/role.js
+++ b/src/api/system/role.js
@@ -11,6 +11,15 @@
     },
   });
 };
+
+export const getRoleList = ( params) => {
+  return request({
+    url: '/blade-system/role/getRoleList',
+    method: 'get',
+    params: params
+  });
+};
+
 export const grantTree = () => {
   return request({
     url: '/blade-system/menu/grant-tree',

--
Gitblit v1.9.3