无人机管理后台前端(已迁走)
chenyao
2025-09-17 4763cc69f05f29da336f3e677323502d6dbd202d
src/api/logs.js
@@ -102,6 +102,11 @@
    data
  })
}
export const cancelStar = data => {
  return request({
    url: '/drone-device-core/log/favorite/cancel/'+data,
    method: 'get',
  })
}