Commit 2d750534 by Archer Committed by GitHub

fix: profn (#6611)

parent f6bd798f
...@@ -51,7 +51,7 @@ const OutLink = () => { ...@@ -51,7 +51,7 @@ const OutLink = () => {
title: t('publish:wechat.bot'), title: t('publish:wechat.bot'),
desc: t('publish:wechat.bot_desc'), desc: t('publish:wechat.bot_desc'),
value: PublishChannelEnum.wechat, value: PublishChannelEnum.wechat,
isProFn: true isProFn: false
}, },
...(feConfigs?.show_publish_feishu !== false && ...(feConfigs?.show_publish_feishu !== false &&
!userInfo?.tags?.includes(UserTagsEnum.enum.wecom) !userInfo?.tags?.includes(UserTagsEnum.enum.wecom)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment