diff --git a/src/App.vue b/src/App.vue index 5824b61..0194126 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,7 +22,7 @@ export default { }, onShow: function () { console.log('App Show') - this.isHaveNetwork() + // this.isHaveNetwork() }, onHide: function () { console.log('App Hide') diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index 139003b..ce2e190 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -1,5 +1,8 @@