From 6861a44468de82080cf128072d8736bacc1b04d5 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期一, 19 八月 2024 11:18:23 +0800 Subject: [PATCH] 网络检测 --- App.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/App.vue b/App.vue index bcd5738..0d5cdfd 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,7 @@ <script> export default { onLaunch: function() { - console.log('App Launch') + console.log('App Launch') }, onShow: function() { console.log('App Show') @@ -18,6 +18,9 @@ background-color: #f8fafb; font-family: Helvetica, sans-serif,'my-font'; } + page { + height: 100%; + } @font-face { font-family: my-font; -- Gitblit v1.9.1