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