Merge branch 'master' of http://172.16.20.1:3000/duanhao/SocialNetworks_duan
This commit is contained in:
commit
5cfefe5297
|
|
@ -182,6 +182,8 @@ export const useGroupDiscoveryStore = defineStore("groupDiscovery", {
|
||||||
//获取群体列表数据
|
//获取群体列表数据
|
||||||
async initializeGroupList(time = "") {
|
async initializeGroupList(time = "") {
|
||||||
const res = await getGroupEvolutionGroupList(time)
|
const res = await getGroupEvolutionGroupList(time)
|
||||||
|
console.log("群体列表:", res)
|
||||||
|
|
||||||
if (res.code != 200) return
|
if (res.code != 200) return
|
||||||
const iconMap = {
|
const iconMap = {
|
||||||
节点数: nodePrefix,
|
节点数: nodePrefix,
|
||||||
|
|
@ -770,7 +772,6 @@ export const useGroupMemberStore = defineStore("groupMember", {
|
||||||
// 悬浮显示群体中的成员
|
// 悬浮显示群体中的成员
|
||||||
async initialGroupMemberInfo(time = "2024-06-19T07:57:46Z") {
|
async initialGroupMemberInfo(time = "2024-06-19T07:57:46Z") {
|
||||||
const res = await getGroupMemberInfo(time)
|
const res = await getGroupMemberInfo(time)
|
||||||
console.log("时间变化:", res)
|
|
||||||
if (res.code != 200) return
|
if (res.code != 200) return
|
||||||
const groupOne = []
|
const groupOne = []
|
||||||
const groupTwo = []
|
const groupTwo = []
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,8 @@ const props = defineProps({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log(props.groupList)
|
||||||
|
|
||||||
const groupMemberInfoMap = {
|
const groupMemberInfoMap = {
|
||||||
群体一: "主流权威媒体与自媒体账号结合群体",
|
群体一: "主流权威媒体与自媒体账号结合群体",
|
||||||
群体二: "主流资讯评论及军政垂直领域账号群体",
|
群体二: "主流资讯评论及军政垂直领域账号群体",
|
||||||
|
|
@ -69,9 +71,9 @@ const groupMemberInfoMap = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const typeTitle = ref({
|
const typeTitle = ref({
|
||||||
0: props.groupList[0]?.title[0] || "",
|
0: props.groupList[0]?.title[0] || "中国海警首次登检菲律宾运补船只",
|
||||||
1: props.groupList[0]?.title[1] || "",
|
1: props.groupList[0]?.title[1] || "外交部回应中国海警缴获菲士兵枪支",
|
||||||
6: props.groupList[0]?.title[2] || ""
|
6: props.groupList[0]?.title[2] || "中方回应菲称我海警挥舞刀具"
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user