无人机管理后台前端(已迁走)
张含笑
2025-11-21 d3ee929a12ed4a4cdbfc492ed4036cc854a09883
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
  });
};