fix: Clicking on the web Q&A of the knowledge source did not redirect to the corresponding link (#3569)

This commit is contained in:
shaohuzhang1 2025-07-11 22:25:05 +08:00 committed by GitHub
parent 1a2a02b808
commit 827c06c03f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@
</div>
<div class="ml-8" v-else>
<a
:href="getFileUrl(item?.meta?.source_file_id || item?.source_url)"
:href="getFileUrl(item?.meta?.source_file_id) || item?.meta?.source_url"
target="_blank"
class="ellipsis-1"
:title="item?.document_name?.trim()"