无人机管理后台前端(已迁走)
张含笑
2025-11-22 f6ad267ab78a3d1d7b1e0f0165b0d2b0260ade93
src/api/user.js
@@ -122,10 +122,11 @@
    },
  });
export const getButtons = () =>
export const getButtons = (params) =>
  request({
    url: '/blade-system/menu/buttons',
    method: 'get',
    params
  });
export const getCaptcha = () =>