使用时光链端口8888,换掉6842.
This commit is contained in:
@@ -92,7 +92,7 @@ import io from 'socket.io-client'
|
||||
|
||||
const { mapState, mapGetters, mapActions, mapMutations } = createNamespacedHelpers('chain')
|
||||
|
||||
Vue.use(VueSocketio, io(`http://${window.location.hostname}:6842/api/`), store) // todo: luk: 整个控制台应当依赖于同一个全局的节点地址变量。
|
||||
Vue.use(VueSocketio, io(`http://${window.location.hostname}:8888/api/`), store) // todo: luk: 整个控制台应当依赖于同一个全局的节点地址变量。
|
||||
|
||||
export default {
|
||||
name: 'Chain',
|
||||
|
||||
Reference in New Issue
Block a user