wupengfei
2025-12-03 fa5ee26bb701b816efc811c193ee55504a6efd51
packages/utils/file.ts
@@ -100,7 +100,7 @@
export function openDocument(url: string) {
  Taro.downloadFile({
    url: url,
    url: encodeURI(url),
    success: function (res) {
      var filePath = res.tempFilePath;
      Taro.openDocument({