diff --git a/src/views/LinkPrediction/socialGroups/components/graph.vue b/src/views/LinkPrediction/socialGroups/components/graph.vue index 9e6f968..f0a622d 100644 --- a/src/views/LinkPrediction/socialGroups/components/graph.vue +++ b/src/views/LinkPrediction/socialGroups/components/graph.vue @@ -41,7 +41,6 @@ const handleClickNode = async (nodeInfo) => { } const handleClickEdge = async (edgeInfo, groupIdList) => { - console.log("点击边") socialGroupsStore.curComponent = "detailNode" socialGroupsStore.clickEvent = "edge" socialGroupsStore.curRelationId = ""