This commit is contained in:
chenjianxing 2020-10-23 18:00:32 +08:00
commit 3439bd95cf

View File

@ -553,7 +553,7 @@ export default {
if (data.event && data.userIds.length > 0 && data.type) {
console.log(data.type)
if (data.type === 'NAIL_ROBOT' || data.type === 'NAIL_ROBOT') {
if (data.type === 'NAIL_ROBOT' || data.type === 'WECHAT_ROBOT') {
if (!data.webhook) {
this.$warning(this.$t('organization.message.message_webhook'));
} else {