king
2024-07-01 b45eed171519ffe4f95d0d10743e7b3a25fcd569
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2551,8 +2551,16 @@
    let domain = ''
    let appId = window.GLOB.WXAppID || ''
    if (verify.wxAppId && window.GLOB.WXApps && window.GLOB.WXApps.findIndex(item => item.appId === verify.wxAppId) > -1) {
    if (verify.wxAppId && verify.wxAppId !== appId) {
      appId = verify.wxAppId
      if (!window.GLOB.WXApps || window.GLOB.WXApps.findIndex(item => item.appId === verify.wxAppId) === -1) {
        notification.warning({
          top: 92,
          message: '按钮关联公众号不在可用列表中,请重新保存按钮配置!',
          duration: 5
        })
        return
      }
    }
    
    if (['8IFltwzyKcu15iA8fqSyb6m-pMa88a3ZTu0No3vDHgo', 'LOB-bbt9jVncGh7IOAUdESh1Sgzcbt62UwOqSqcK9ok'].includes(verify.wxTemplateId) && window.GLOB.sysType !== 'cloud') {