无人机管理后台前端(已迁走)
chenyao
2025-10-17 5ef9ca8300c8c2ec868e6c36792f396d921cf73e
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
  });
};