吉安感知网项目-前端
shuishen
2026-02-27 751319f2e8c0217a22c252825fc089ae2f158762
uniapps/work-app/src/hooks/useGlobalWS.js
@@ -21,7 +21,6 @@
      console.log('📨 useGlobalWS 收到 WebView 消息:', data)
      // 处理挂断消息
      if (data?.type === 'hangupVoice') {
        console.log('📞 收到挂断消息')
        initWS()
      }
    });