From 31a48e3a3c7d4e37a05ef43fa4b65c84989cc353 Mon Sep 17 00:00:00 2001
From: yinbangzhong <zhongbangyin@126.com>
Date: 星期四, 29 八月 2024 09:26:25 +0800
Subject: [PATCH] select role

---
 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 d562188..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
-  }/sub/RAGFlow/flow?${localStorage.Authorization}`;
+  }/flow?${localStorage.Authorization}`;
 });
 </script>
 

--
Gitblit v1.8.0