Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hua1995116 committed Jun 14, 2017
1 parent 2b045d4 commit 28106d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"http-proxy-middleware": "^0.17.3",
"mongoose": "^4.9.5",
"morgan": "^1.8.1",
"multiparty": "^4.1.3",
"muse-ui": "^2.0.2",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
created() {
var that = this
this.$store.commit('setgetsocket', io.connect('localhost:8083/'))
this.$store.commit('setgetsocket', io.connect('localhost:8081/'))
// this.socket = io.connect('localhost:8081')
this.getsocket.on('login', function (obj) {
console.log('member', obj)
Expand Down

0 comments on commit 28106d4

Please sign in to comment.