|
|
|
@ -2,6 +2,7 @@
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
onLaunch: function () {
|
|
|
|
onLaunch: function () {
|
|
|
|
console.log('App Launch')
|
|
|
|
console.log('App Launch')
|
|
|
|
|
|
|
|
/*
|
|
|
|
this.$socket.connect({ url: "ws://127.0.0.1:8080/sc" }).then(res => {
|
|
|
|
this.$socket.connect({ url: "ws://127.0.0.1:8080/sc" }).then(res => {
|
|
|
|
console.log("success");
|
|
|
|
console.log("success");
|
|
|
|
this.$socket.onMessage(res => {
|
|
|
|
this.$socket.onMessage(res => {
|
|
|
|
@ -15,6 +16,7 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
this.$socket.send({event:"on"})
|
|
|
|
this.$socket.send({event:"on"})
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
*/
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onShow: function () {
|
|
|
|
onShow: function () {
|
|
|
|
console.log('App Show')
|
|
|
|
console.log('App Show')
|
|
|
|
|