From d79cb47cea7e3fd987346c600c31bf912370a66b Mon Sep 17 00:00:00 2001
From: "qumeng039@126.com" <86925389+qumen@users.noreply.github.com>
Date: Fri, 25 Jul 2025 17:24:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E7=89=A9=E4=BA=92=E5=8A=A8=E9=9A=90?=
=?UTF-8?q?=E5=85=B3=E7=B3=BB=E9=A2=84=E6=B5=8B=E4=BA=8C=E7=BA=A7=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E8=B7=B3=E8=BD=AC=EF=BC=8C=E4=B8=80=E7=BA=A7=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E4=BA=92=E5=8A=A8=E9=9A=90=E5=85=B3=E7=B3=BB=E5=B7=B2?=
=?UTF-8?q?=E6=A0=87=E8=AF=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 2 +-
.../components/communityNode.vue | 62 ++++++---
.../LinkPrediction/components/detailNode.vue | 13 +-
src/views/LinkPrediction/components/graph.vue | 20 ++-
.../components/anchorGraph.vue | 2 -
.../components/detailNode.vue | 120 ++++++++++--------
6 files changed, 138 insertions(+), 81 deletions(-)
diff --git a/.env.production b/.env.production
index 36c74ac..69b37e4 100644
--- a/.env.production
+++ b/.env.production
@@ -1 +1 @@
-VITE_APP_BASE_API = "http://127.0.0.1:3000/api"
\ No newline at end of file
+VITE_APP_BASE_API = "http://10.7.1.183:8080/api"
\ No newline at end of file
diff --git a/src/views/LinkPrediction/components/communityNode.vue b/src/views/LinkPrediction/components/communityNode.vue
index 0c48a58..4fc78af 100644
--- a/src/views/LinkPrediction/components/communityNode.vue
+++ b/src/views/LinkPrediction/components/communityNode.vue
@@ -5,12 +5,11 @@