cuilei
2025-05-07 da5bd5596b1f0f7a27cd0791a17a7fc3b608f523
src/api/manage.js
@@ -269,3 +269,10 @@
    return
  }
}
export function templateXlsDownload(fileUrl) {
  let downloadUrl = getFileAccessHttpUrl(fileUrl)
  if (downloadUrl) {
    window.open(downloadUrl)
  }
}