From 7c666a5083125a4cfd68145d2b7a7a7d5f5f7ebf Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期一, 26 八月 2024 16:44:56 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web

---
 src/config/settings.json             |    2 +-
 src/views/dmx/knowledgeLib/index.vue |   18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/config/settings.json b/src/config/settings.json
index 2b369a7..87000b4 100644
--- a/src/config/settings.json
+++ b/src/config/settings.json
@@ -14,5 +14,5 @@
   "tabBar": false,
   "menuFromServer": false,
   "serverMenu": [],
-  "RAGFlowUrl": "" 
+  "RAGFlowUrl": ""
 }
diff --git a/src/views/dmx/knowledgeLib/index.vue b/src/views/dmx/knowledgeLib/index.vue
index fcbd198..226808d 100644
--- a/src/views/dmx/knowledgeLib/index.vue
+++ b/src/views/dmx/knowledgeLib/index.vue
@@ -599,12 +599,12 @@
         <!--        </div>-->
       </div>
     </div>
-    <a-modal title=" " v-model:visible="visible" :footer="false" fullscreen>
-      <!--      <docx  previewSrc="http://192.168.20.116:1080/v1/document/get/405c3efa4d8c11ef97560242ac120006"></docx>-->
-      <docx v-if="documenttype == 'docx'" :previewSrc="previewSrc"></docx>
-      <excel v-if="documenttype == 'excel'" :previewSrc="previewSrc"></excel>
-      <txtPdf v-if="documenttype == 'txtPdf'" :previewSrc="previewSrc"></txtPdf>
-    </a-modal>
+<!--    <a-modal title=" " v-model:visible="visible" :footer="false" fullscreen>-->
+<!--      &lt;!&ndash;      <docx  previewSrc="http://192.168.20.116:1080/v1/document/get/405c3efa4d8c11ef97560242ac120006"></docx>&ndash;&gt;-->
+<!--      <docx v-if="documenttype == 'docx'" :previewSrc="previewSrc"></docx>-->
+<!--      <excel v-if="documenttype == 'excel'" :previewSrc="previewSrc"></excel>-->
+<!--      <txtPdf v-if="documenttype == 'txtPdf'" :previewSrc="previewSrc"></txtPdf>-->
+<!--    </a-modal>-->
     <tool
       ref="toolForm"
       :kbtenantInfo="kbtenantInfo"
@@ -654,9 +654,9 @@
   import config from '@/views/dmx/knowledgeLib/config.vue';
   import test from '@/views/dmx/knowledgeLib/test.vue';
   import tool from '@/views/dmx/knowledgeLib/tool.vue';
-  import docx from '@/views/dmx/knowledgeLib/components/docx.vue';
-  import excel from '@/views/dmx/knowledgeLib/components/excel.vue';
-  import txtPdf from '@/views/dmx/knowledgeLib/components/txtPdf.vue';
+  // import docx from '@/views/dmx/knowledgeLib/components/docx.vue';
+  // import excel from '@/views/dmx/knowledgeLib/components/excel.vue';
+  // import txtPdf from '@/views/dmx/knowledgeLib/components/txtPdf.vue';
   import { Message, Modal } from '@arco-design/web-vue';
   import { documentHeight, parseTime } from '@/utils';
   import { deleteLlm } from '@/api/model';

--
Gitblit v1.8.0