提交 8756edd3 编写于 作者: lyf's avatar lyf

修改vuex

上级 83257ebb
...@@ -37,6 +37,7 @@ const socket = { ...@@ -37,6 +37,7 @@ const socket = {
}); });
socketClient.on('diagnose_call_push_event', (socket) => { socketClient.on('diagnose_call_push_event', (socket) => {
console.log('diagnose_call_push_event---', socket); console.log('diagnose_call_push_event---', socket);
console.log('context.state.noticeList',context.state.noticeList)
const l = context.state.noticeList; const l = context.state.noticeList;
if (l.length >= 5) { if (l.length >= 5) {
l.shift(); l.shift();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册