diff --git a/main.uts b/main.uts index 1849b6c6efccdcb2ce047bd77b7eae54c19fdc5a..9decfbd6061f1187a5367c75e0f9c1ee160ef26f 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 }