Explorar el Código

添加视频加入

jackson hace 11 meses
padre
commit
b81f3abca8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/home/right/components/Chat.vue

+ 1 - 1
src/views/home/right/components/Chat.vue

@@ -117,7 +117,7 @@ export default defineComponent({
       client: null,
       showPopover: false,
       actions: {
-        1: [{value: 'deleteFriend', text: '删除好友'}],
+        1: [{value: 'joinVideo', text: '加入视频'}, {value: 'deleteFriend', text: '删除好友'}],
         2: [{value: 'joinVideo', text: '加入视频'}, {value: 'exitGroup', text: '离开群'}],
       },
       currentAction: {},