zhangxiao
2024-08-26 7c666a5083125a4cfd68145d2b7a7a7d5f5f7ebf
Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web
2个文件已修改
20 ■■■■ 已修改文件
src/config/settings.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/knowledgeLib/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/config/settings.json
@@ -14,5 +14,5 @@
  "tabBar": false,
  "menuFromServer": false,
  "serverMenu": [],
  "RAGFlowUrl": ""
  "RAGFlowUrl": ""
}
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';