uniapp 使用mqtt后真机调试白屏?或者 WebSocket || WS is not a constructor

1.都说高版本mqtt不稳定,所有安装3.0的吧

npm i mqtt@3

2.把连接替换成功这个代码

// #ifdef H5
console.log('h5')
client = mqtt.connect(`ws://120.25.155.46:8083/mqtt`, options)
//#endif

// #ifdef APP-PLUS
console.log('app')
client = mqtt.connect(`wx://120.25.155.46:8083/mqtt`, options)
//#endif

主要是ws和wx

路过的朋友们,有用赏个赞吧

你可能感兴趣的:(uni-app,前端)