无人机管理后台前端(已迁走)
linwei
2025-11-05 c48eafe8411adad734b57b424f5440284dbc85e3
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
  });
};