mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-12 13:43:49 +08:00
v1.1.0
This commit is contained in:
@@ -13,6 +13,10 @@ export const privilegeApi = {
|
||||
addBatchSaveMenu: data => {
|
||||
return postAxios('/privilege/menu/batchSaveMenu', data);
|
||||
},
|
||||
// 功能点批量保存
|
||||
addBatchSavePoints: data => {
|
||||
return postAxios('/privilege/function/batchSave', data);
|
||||
},
|
||||
// 查询菜单功能点
|
||||
queryPrivilegeFunctionList: menuKey => {
|
||||
return postAxios('/privilege/function/query/' + menuKey);
|
||||
|
||||
Reference in New Issue
Block a user