king
2021-01-14 3cbad93c94c39730e45600efeabdfebcd424c2cc
src/tabviews/zshare/settingcomponent/index.jsx
@@ -361,9 +361,15 @@
        }
        socket.onerror = () => {
          let tool = item.verify.linkUrl
          if (item.verify.linkUrl === '127.0.0.1:13529') {
            tool = '明科通讯组件'
          } else if (item.verify.linkUrl === '127.0.0.1:13528') {
            tool = 'CAINIAO打印组件'
          }
          notification.warning({
            top: 92,
            message: '无法连接到:' + item.verify.linkUrl,
            message: '无法连接到: ' + tool,
            duration: 5
          })
        }