diff --git a/src/store/groupEvolution/index.js b/src/store/groupEvolution/index.js index 55ca608..a419333 100644 --- a/src/store/groupEvolution/index.js +++ b/src/store/groupEvolution/index.js @@ -182,6 +182,8 @@ export const useGroupDiscoveryStore = defineStore("groupDiscovery", { //获取群体列表数据 async initializeGroupList(time = "") { const res = await getGroupEvolutionGroupList(time) + console.log("群体列表:", res) + if (res.code != 200) return const iconMap = { 节点数: nodePrefix, @@ -770,7 +772,6 @@ export const useGroupMemberStore = defineStore("groupMember", { // 悬浮显示群体中的成员 async initialGroupMemberInfo(time = "2024-06-19T07:57:46Z") { const res = await getGroupMemberInfo(time) - console.log("时间变化:", res) if (res.code != 200) return const groupOne = [] const groupTwo = [] diff --git a/src/views/GroupEvolution/components/groupPanel.vue b/src/views/GroupEvolution/components/groupPanel.vue index 8307886..163346b 100644 --- a/src/views/GroupEvolution/components/groupPanel.vue +++ b/src/views/GroupEvolution/components/groupPanel.vue @@ -62,6 +62,8 @@ const props = defineProps({ } }) +console.log(props.groupList) + const groupMemberInfoMap = { 群体一: "主流权威媒体与自媒体账号结合群体", 群体二: "主流资讯评论及军政垂直领域账号群体",