From 1c180d70f0445fa804b40df106e1fdbb50508c55 Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期一, 02 九月 2024 09:22:33 +0800 Subject: [PATCH] 单文档 --- src/views/agent/resource/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/agent/resource/index.vue b/src/views/agent/resource/index.vue index 7e9e62b..e29d89e 100644 --- a/src/views/agent/resource/index.vue +++ b/src/views/agent/resource/index.vue @@ -17,7 +17,7 @@ onBeforeMount(() => { url.value = `${ defaultSettings.RAGFlowUrl ? defaultSettings.RAGFlowUrl : window.location.origin - }/rag/flow?${localStorage.Authorization}`; + }/flow?${localStorage.Authorization}`; }); </script> -- Gitblit v1.8.0