From 50582c6894519fe5a75af6da9300f1553d583f00 Mon Sep 17 00:00:00 2001 From: qiang Date: Sat, 30 Mar 2024 20:57:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=81=9C=E7=94=A8=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=8A=82=E7=82=B9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.uts | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/main.uts b/main.uts index 1849b6c6..9decfbd6 100644 --- a/main.uts +++ b/main.uts @@ -9,15 +9,13 @@ export function createApp() { app.config.errorHandler = (err, vm, info) => { console.log(err, vm, info) } - app.mixin({ - onReady() { - // #ifdef APP-ANDROID - setTimeout(() => { - console.log((this as BasePage).$nativePage!.getDomJson()) - }, 100) - // #endif - } - }) + // app.mixin({ + // onReady() { + // setTimeout(() => { + // console.log((this as BasePage).$nativePage!.getDomJson()) + // }, 100) + // } + // }) return { app } -- GitLab