lyh
2025-06-27 f2ce587e752798a2a454e0f029069b4e82a41bc8
src/api/manage.js
@@ -269,3 +269,10 @@
    return
  }
}
export function templateXlsDownload(fileUrl) {
  let downloadUrl = getFileAccessHttpUrl(fileUrl)
  if (downloadUrl) {
    window.open(downloadUrl)
  }
}