Skip to content

Commit

Permalink
修改端口
Browse files Browse the repository at this point in the history
  • Loading branch information
yuicer committed Dec 16, 2017
1 parent dcb305e commit 38030ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/vue/src/components/Chat/chat.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const io = require('socket.io-client')
// var socket = io('http://36.189.253.23:3000')

const chat = {
init() {
var me = this
me.socket = io('http://127.0.0.1:3000')
me.socket = io('http://36.189.253.23:3000')
// me.socket = io('http://127.0.0.1:3000')
me.getUserNumber()
me.receive()
},
Expand Down

0 comments on commit 38030ff

Please sign in to comment.