From cd1f212d25cfc56ea1c3381f7ae0a4f2744ec3f4 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期三, 20 三月 2024 15:20:09 +0800 Subject: [PATCH] fix:修改大屏按钮 --- src/api/system/role.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/api/system/role.js b/src/api/system/role.js index f13e6f4..3e28128 100644 --- a/src/api/system/role.js +++ b/src/api/system/role.js @@ -56,7 +56,13 @@ data: data }) } - +// 鍒囨崲瑙掕壊 +export function exchangeRole(roleId) { + return request({ + url: '/system/role/exchange/'+ roleId, + method: 'get', + }) +} // 鍒犻櫎瑙掕壊 export function delRole(roleId) { return request({ -- Gitblit v1.8.0