|
@@ -296,7 +296,7 @@ export const useRtcStore = defineStore({
|
|
|
return prev;
|
|
|
}, []);
|
|
|
const sortList = sortBy(memberList, ['Order', 'UserId'], ['asc', 'asc']);
|
|
|
- console.log('sortList', sortList);
|
|
|
+ // console.log('sortList', sortList);
|
|
|
this.memberList = sortList;
|
|
|
const me = sortList.find((i: UserInfoType) => i.UserId === this.userId);
|
|
|
if (me) {
|