无人机管理后台前端(已迁走)
罗广辉
2025-12-01 05eada7f3cbe2fb6566b293fbd2c84a153f185a2
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
  });
};