时光链端口号从8888改为60000。

This commit is contained in:
luk.lu
2019-04-18 17:52:53 +08:00
parent 602bbed895
commit 0ea9aef625
2 changed files with 2 additions and 2 deletions

View File

@@ -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)