提交 50582c68 编写于 作者: Q qiang

fix: 停用打印页面节点信息

上级 b3a209dd
...@@ -9,15 +9,13 @@ export function createApp() { ...@@ -9,15 +9,13 @@ export function createApp() {
app.config.errorHandler = (err, vm, info) => { app.config.errorHandler = (err, vm, info) => {
console.log(err, vm, info) console.log(err, vm, info)
} }
app.mixin({ // app.mixin({
onReady() { // onReady() {
// #ifdef APP-ANDROID // setTimeout(() => {
setTimeout(() => { // console.log((this as BasePage).$nativePage!.getDomJson())
console.log((this as BasePage).$nativePage!.getDomJson()) // }, 100)
}, 100) // }
// #endif // })
}
})
return { return {
app app
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册