From d9dd0b80cb381bb0c4deaf442f049886d9343b98 Mon Sep 17 00:00:00 2001 From: wangjinxin613 <1749574663@qq.com> Date: Wed, 31 Jan 2024 17:36:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aandroid=20=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=B7=AF=E5=BE=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.uvue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/App.uvue b/App.uvue index 9495497..6e291eb 100644 --- a/App.uvue +++ b/App.uvue @@ -6,7 +6,7 @@ onLaunch: function (options) { console.log(options) // 自动化测试 - setLifeCycleNum(state.lifeCycleNum + 1000) + setLifeCycleNum(state.lifeCycleNum + 1000) setAppLaunchPath(options.path) console.log('App Launch') // #ifdef UNI-APP-X && APP-ANDROID @@ -56,12 +56,7 @@ }, methods: { checkLaunchPath() : boolean { - // #ifdef APP - const HOME_PATH = '/pages/tab-bar/options-api' - // #endif - // #ifdef WEB const HOME_PATH = 'pages/tab-bar/options-api' - // #endif if (state.appLaunchPath != HOME_PATH) { return false } -- GitLab