无人机管理后台前端(已迁走)
罗广辉
2025-10-16 dafd30c91734918c6abb0b30e6f02a3a568a3503
src/api/system/role.js
@@ -20,10 +20,11 @@
  });
};
export const grantTree = () => {
export const grantTree = (params) => {
  return request({
    url: '/blade-system/menu/grant-tree',
    method: 'get',
    params
  });
};