From 82f93b8fa8344e55bf5c946ba73463012f186df0 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 26 六月 2024 15:07:50 +0800 Subject: [PATCH] mulu --- packageBookService/pages/bookServices/detail/components/tree/index.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/tree/index.js b/packageBookService/pages/bookServices/detail/components/tree/index.js index a877b45..f1caa20 100644 --- a/packageBookService/pages/bookServices/detail/components/tree/index.js +++ b/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 + -- Gitblit v1.9.1