diff --git a/src/store/groupEvolution/index.js b/src/store/groupEvolution/index.js index 1fc2d28..1daf8f3 100644 --- a/src/store/groupEvolution/index.js +++ b/src/store/groupEvolution/index.js @@ -241,28 +241,31 @@ export const useGroupStructureStore = defineStore("groupStructure", { groupList: [ { id: 1, - type: "头部自媒体", + type: "群体一", + focusedTopic: "#中国海警首次登检菲律宾运补船只", statistics: [ - { id: 1, iconImg: nodePrefix, name: "内部密度指数", value: 293 }, - { id: 2, iconImg: edgePrefix, name: "外部拓展指数", value: 21389 } + { id: 1, iconImg: nodePrefix, name: "内部", value: 293 }, + { id: 2, iconImg: edgePrefix, name: "外部", value: 21389 } ], mediaList: [] }, { id: 2, - type: "官方媒体", + type: "群体二", + focusedTopic: "#外交部回应中国海警缴获菲土乓枪支", statistics: [ - { id: 1, iconImg: nodePrefix, name: "内部密度指数", value: 293 }, - { id: 2, iconImg: edgePrefix, name: "外部拓展指数", value: 21389 } + { id: 1, iconImg: nodePrefix, name: "内部", value: 293 }, + { id: 2, iconImg: edgePrefix, name: "外部", value: 21389 } ], mediaList: {} }, { id: 3, - type: "普通自媒体", + type: "群体三", + focusedTopic: "#社会群体对中国海警缴获菲土乓枪支", statistics: [ - { id: 1, iconImg: nodePrefix, name: "内部密度指数", value: 293 }, - { id: 2, iconImg: edgePrefix, name: "外部拓展指数", value: 21389 } + { id: 1, iconImg: nodePrefix, name: "内部", value: 293 }, + { id: 2, iconImg: edgePrefix, name: "外部", value: 21389 } ], mediaList: [] } diff --git a/src/views/GroupEvolution/groupStructure/components/groupPanel.vue b/src/views/GroupEvolution/groupStructure/components/groupPanel.vue index aba54bc..e7dcc95 100644 --- a/src/views/GroupEvolution/groupStructure/components/groupPanel.vue +++ b/src/views/GroupEvolution/groupStructure/components/groupPanel.vue @@ -10,15 +10,17 @@ alt="" />