diff --git a/components.d.ts b/components.d.ts index b81549b..85c3e24 100644 --- a/components.d.ts +++ b/components.d.ts @@ -62,12 +62,14 @@ declare module 'vue' { NoticeEditor: typeof import('./src/components/group/manage/NoticeEditor.vue')['default'] NoticeTab: typeof import('./src/components/group/manage/NoticeTab.vue')['default'] NotificationApi: typeof import('./src/components/common/NotificationApi.vue')['default'] + NPopover: typeof import('naive-ui')['NPopover'] NRadio: typeof import('naive-ui')['NRadio'] NSpin: typeof import('naive-ui')['NSpin'] NVirtualList: typeof import('naive-ui')['NVirtualList'] RevokeMessage: typeof import('./src/components/talk/message/RevokeMessage.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] + SearchByCondition: typeof import('./src/components/search/searchByCondition.vue')['default'] SearchItem: typeof import('./src/components/search/searchItem.vue')['default'] SearchList: typeof import('./src/components/search/searchList.vue')['default'] SysGroupAdminMessage: typeof import('./src/components/talk/message/system/SysGroupAdminMessage.vue')['default'] diff --git a/env/.env.test b/env/.env.test index 1238c3b..7157087 100644 --- a/env/.env.test +++ b/env/.env.test @@ -2,7 +2,9 @@ ENV = 'development' VITE_BASE=/ VUE_APP_PREVIEW=false -VITE_BASE_API=http://114.218.158.24:8503 +VITE_BASE_API=http://172.16.100.93:8503 +# VITE_BASE_API=http://192.168.88.21:9503 VITE_EPR_BASEURL=http://114.218.158.24:9020 -VITE_SOCKET_API=ws://114.218.158.24:8504 +VITE_SOCKET_API=ws://172.16.100.93:8504 +# VITE_SOCKET_API=ws://192.168.88.21:9504 VUE_APP_WEBSITE_NAME="Lumen IM" \ No newline at end of file diff --git a/src/assets/image/icon/search-grey.png b/src/assets/image/icon/search-grey.png new file mode 100644 index 0000000..28c7956 Binary files /dev/null and b/src/assets/image/icon/search-grey.png differ diff --git a/src/components/group/GroupPanel.vue b/src/components/group/GroupPanel.vue index 7e25748..2a84f25 100644 --- a/src/components/group/GroupPanel.vue +++ b/src/components/group/GroupPanel.vue @@ -1,10 +1,10 @@ @@ -225,18 +264,106 @@ const showSearchRecordByConditionModal = () => { - + 群成员 - {{ members.length }}人 + + + + + 取消 + + + + + + + + + 管理员 + + {{ memberItem.nickname }} + + + + 展开更多 + + + + 收起更多 + + - 群主已开启“新成员入群可查看所有聊天记录 群名称 + + {{ state.detail.name }} + - {{ state.detail.name }} + + + + + + 群类型 + + {{ groupTypeText }} + + + - - - 群类型 - - - {{ '暂无群类型' }} - - - + 群公告 @@ -295,7 +414,11 @@ const showSearchRecordByConditionModal = () => { - + 查找聊天记录 @@ -317,7 +440,7 @@ const showSearchRecordByConditionModal = () => { - + - + 清空聊天记录 { > 解散该群 - + 退出群聊 - - - - + { + +