Browse Source

修改太初ip端口

xuyonghao 1 năm trước cách đây
mục cha
commit
766ef6f831
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Slider.vue

+ 1 - 1
src/components/Slider.vue

@@ -255,7 +255,7 @@ export default defineComponent({
     const toRagflow = async () => {
       const { ragflow_token } = await ajax.user.getToken();
       if (ragflow_token) {
-        window.open(`http://smartai.com:8291/login?ragflow_token=${ragflow_token}`, "_blank");
+          window.open(`http://127.0.0.1:11080/login?ragflow_token=${ragflow_token}`, "_blank");
       }
 
     }