yiming
2024-05-11 3af76031f4d1bb8d808a07dff7b3e74a8b0db168
packageBookService/pages/bookServices/detail/components/tree/index.js
@@ -222,9 +222,9 @@
        }
        if (item.selectType == "document") {
          // freeFile
          if (item.selectType == "document") {
            item.selectType = "pptx";
          }
          // if (item.selectType == "document") {
          //   item.selectType = "pptx";
          // }
          const fileLink = item.file ?
            app.config.requestCtx + "/file/api/ApiDownload?md5=" + item.file :
            app.config.requestCtx +