From b6e8b8229402c748dd641beee1555a45ed6a68ea Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Wed, 26 Apr 2023 17:29:54 +0800 Subject: [PATCH] fix: patch chat msg --- src/views/common/push/pushFan/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/common/push/pushFan/index.vue b/src/views/common/push/pushFan/index.vue index dbe6f93..73967ee 100644 --- a/src/views/common/push/pushFan/index.vue +++ b/src/views/common/push/pushFan/index.vue @@ -30,11 +30,6 @@ onClick: handleSend.bind(null, record, 'single') }]" :dropDownActions="[ - { - label: '推送通知', - icon: 'fa6-regular:pen-to-square', - onClick: ()=>{} - }, { label: '移除粉丝', icon: 'ant-design:delete-outlined',