Compare commits
2 Commits
b956b4ef79
...
62d0ca6076
Author | SHA1 | Date | |
---|---|---|---|
|
62d0ca6076 | ||
|
1094b3851f |
2
env/.env.test
vendored
2
env/.env.test
vendored
@ -7,6 +7,6 @@ VUE_APP_PREVIEW=false
|
||||
#VITE_SOCKET_API=ws://192.168.88.21:9504
|
||||
VITE_BASE_API=http://114.218.158.24:8503
|
||||
VITE_SOCKET_API=ws://114.218.158.24:8504
|
||||
VITE_EPR_BASEURL=http://172.16.100.93:8503
|
||||
VITE_EPR_BASEURL=http://114.218.158.24:9020
|
||||
VITE_PAGE_URL=http://172.16.100.93:9032
|
||||
VUE_APP_WEBSITE_NAME=""
|
@ -1146,8 +1146,9 @@ const handleEnterSearchResultChat = () => {
|
||||
<main id="talk-session-list" class="el-main me-scrollbar me-scrollbar-thumb">
|
||||
<template v-if="loadStatus == 2"><Skeleton /></template>
|
||||
<template v-else>
|
||||
<TalkItem
|
||||
v-for="item in items"
|
||||
<n-virtual-list :item-size="64" :items="items">
|
||||
<template #default="{ item }">
|
||||
<TalkItem
|
||||
:key="item.index_name + item.unread_num"
|
||||
:data="item"
|
||||
:avatar="item.avatar"
|
||||
@ -1157,6 +1158,8 @@ const handleEnterSearchResultChat = () => {
|
||||
@top-talk="onToTopTalk"
|
||||
@contextmenu.prevent="onContextMenuTalk($event, item)"
|
||||
/>
|
||||
</template>
|
||||
</n-virtual-list>
|
||||
</template>
|
||||
</main>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user