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