From fc3c78b50a71e176490e33fd2f6067614a51aae7 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 30 Aug 2024 22:06:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=20getApp=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.uvue b/pages/index/index.uvue index f383cca..7d06811 100644 --- a/pages/index/index.uvue +++ b/pages/index/index.uvue @@ -1220,7 +1220,7 @@ export default { // #ifndef APP-ANDROID return app.vm.checkLaunchPath() // #endif - // #ifndef APP-ANDROID + // #ifdef APP-ANDROID return app.checkLaunchPath() // #endif }, -- GitLab