wujingjing
2024-07-22 7166af32bfa8638c93fb5c655e1404746e1d503e
src/components/chat/chatComponents/knowledgeCom/KnowledgeCom.vue
@@ -16,9 +16,10 @@
<script setup lang="ts">
import { md } from '../../libs/markdown';
import { chatComProps } from '../common';
defineProps(['data'])
const props = defineProps(chatComProps);
const pageLinkClick = (item) => {
   const nwin = window.open('');