【fix ESLint】src/components/tools

This commit is contained in:
danshihao
2023-03-08 11:45:23 +08:00
parent cac94215f2
commit 13f70fe507
3 changed files with 0 additions and 3 deletions
@@ -217,7 +217,6 @@ export default {
},
websocketOnmessage: function (e) {
console.log('-----接收消息-------', e.data)
// eslint-disable-next-line no-eval
const data = eval('(' + e.data + ')') // 解析对象
if (data.cmd + '' === 'topic') {
// 系统通知