【fix ESLint】components/jero、components/layouts、components/tools、utils、views/account/center、views/demo、views/system

This commit is contained in:
zhaoxiao
2023-03-08 15:20:31 +08:00
parent e37d7c0c4e
commit 5bad1fef61
36 changed files with 98 additions and 70 deletions
@@ -217,7 +217,7 @@ export default {
},
websocketOnmessage: function (e) {
console.log('-----接收消息-------', e.data)
const data = eval('(' + e.data + ')') // 解析对象
const data = JSON.parse(e.data) // 解析对象
if (data.cmd + '' === 'topic') {
// 系统通知
this.loadData()