minio 使用外网地址

This commit is contained in:
2025-05-29 12:07:21 +08:00
parent 8ca354537d
commit 9200654c35
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ export function FilePreview({ fileContent, activeReviewPointResultId, targetPage
}}
>
<Document
file={'http://172.18.0.100:9000/docauditai/'+fileContent.path}
file={'http://nas.7bm.co:9000/docauditai/'+fileContent.path}
onLoadSuccess={onDocumentLoadSuccess}
onLoadError={(error) => {
console.error("PDF加载错误:", error);