From 9203a43facf5fd967aaafcfc41541a9f4565869a Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Thu, 07 Jan 2021 11:29:28 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app --- hive-app/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hive-app/App.vue b/hive-app/App.vue index 8fa6327..e3d970c 100644 --- a/hive-app/App.vue +++ b/hive-app/App.vue @@ -1,5 +1,8 @@ <script> export default { + globalData: { + isFocus: false + }, onLaunch: function() { //#ifdef APP-PLUS setTimeout(()=>{ -- Gitblit v1.9.1