mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-21 06:37:52 +00:00
增加用户在线状态
This commit is contained in:
@@ -191,6 +191,7 @@ const sessionListSorted = computed(() => {
|
||||
// 排序第四优先级:昵称字典序
|
||||
return a.objectInfo.nickName > b.objectInfo.nickName ? 1 : -1
|
||||
}
|
||||
// TODO 还有一个优先级,是在线和不在线的状态
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user