时光链端口号从8888改为60000。
This commit is contained in:
@@ -92,7 +92,7 @@ import io from 'socket.io-client'
|
||||
// import axios from 'axios'
|
||||
|
||||
const { mapState, mapGetters, mapActions, mapMutations } = createNamespacedHelpers('chain')
|
||||
const socketUrl = `ws://${location.hostname}:8888`
|
||||
const socketUrl = `ws://${location.hostname}:60000`
|
||||
|
||||
Vue.use(VueSocketio, io(socketUrl), store)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user