@@ -126,6 +126,8 @@ export default {
// 监听消息
uni.$on('wsMessage',(e)=>{
console.log(e)
+ // 进度消息
+ // 错误消息
})
},
methods: {
@@ -42,7 +42,7 @@ const store = new Vuex.Store({
vuex_wsMessageData: '',
vuex_heartInterId: null,
// 设备信息
- vuex_bizId: '1646545', // 编号
+ vuex_bizId: '9898', // 编号
mutations: {
$uStore(state, payload) {