From 0da7fc2a7479a923203def226aedb00dd7212222 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Sat, 16 Nov 2024 09:52:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.uvue b/App.uvue index 70c292d..c25b4b4 100644 --- a/App.uvue +++ b/App.uvue @@ -69,7 +69,7 @@ // #endif onError: function(error: any) { console.log('App Error', error) - setLifeCycleNum(state.lifeCycleNum + 123) + setLifeCycleNum(state.lifeCycleNum + 100) }, methods: { checkLaunchPath() : boolean { -- GitLab