From 9ae8b4234f32d7106309b3692e53c43def51c04e Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期一, 26 八月 2024 15:21:53 +0800 Subject: [PATCH] 外援修改 --- 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 cebcfe3..26a7557 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>--> +<!-- <!– <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>--> <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