Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
Captain.B 2020-10-23 18:02:07 +08:00
commit d85b0141d2
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,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 {