Commit c6e0e16b by 赖慧粮

Merge branch 'dev'

parents c0cfc4b7 ea52a171
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
connectionInit() { connectionInit() {
if (process.client) { if (process.client) {
const { ClientConnection } = require('@easy-messenger/client-connection/dist/clientConnection.cjs.js') const { ClientConnection } = require('@easy-messenger/client-connection/dist/clientConnection.cjs.js')
this.connection = new ClientConnection({ debug: true }) this.connection = new ClientConnection()
let counter = 0 let counter = 0
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.connection.init() this.connection.init()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment