无人机管理后台前端(已迁走)
张含笑
2025-06-27 697e6bb603416f2b636c66a32e9baf4ab7d11d37
feat:数据中心下载
1 files modified
3 ■■■■ changed files
src/views/dataCenter/dataCenter.vue 3 ●●●● patch | view | raw | blame | history
src/views/dataCenter/dataCenter.vue
@@ -497,7 +497,8 @@
  fileDownload();
};
const detailDownLoad = val => {
  aLinkDownload(val.link, val?.nickName);
    const suffix = val.url?.split('.').pop()
  aLinkDownload(val.link, val?.nickName + '.' + suffix);
};
// 全部下载
const aLLDownloadFile = () => {