mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-14 19:27:52 +00:00
取消会话排序的第四优先级”昵称字典序“,还需要考虑群组,没有必要这么复杂
This commit is contained in:
@@ -241,9 +241,6 @@ const sessionListSorted = computed(() => {
|
||||
const aTIme = new Date(a.lastMsgTime).getTime()
|
||||
if (bTime !== aTIme) {
|
||||
return bTime - aTIme
|
||||
} else {
|
||||
// 排序第四优先级:昵称字典序
|
||||
return a.objectInfo.nickName > b.objectInfo.nickName ? 1 : -1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user