摘要:
1、安装依赖 yarn add mqtt 2、引入 import mqtt from 'mqtt' 3、完整项目代码 export default { data() { return { connection: { host: 'xx.xx.xx.xx', port: 8080, connectTi 阅读全文
摘要:
1、安装依赖 yarn add stompjs yarn add sockjs-client 2、引入 import Stomp from "stompjs"; import SockJS from "sockjs-client"; 3、完整项目代码 // 其实代码本身自带了心跳,但是有点小问题(忘 阅读全文