|
@@ -39,7 +39,8 @@ const src = computed(() => {
|
|
|
});
|
|
|
|
|
|
const fullScreen = () => {
|
|
|
- window.open(`/#/viewer/txt?file=${encodeURIComponent(props.src)}`, '_blank')
|
|
|
+ const pdfSrc = props.src.replace(window.AppGlobalConfig.knowledgeDocUrlProxy, window.AppGlobalConfig.knowledgeDocUrlProxy2)
|
|
|
+ window.open(`/aisearch/#/viewer/txt?file=${encodeURIComponent(pdfSrc)}`, '_blank')
|
|
|
}
|
|
|
|
|
|
const title = computed(() => {
|