This commit is contained in:
zhuoda
2020-04-08 20:15:01 +08:00
15 changed files with 615 additions and 837 deletions

View File

@@ -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);