diff --git a/App.uvue b/App.uvue index 1e50dc75d9edd6cb700c0a64b290db51a87cb2d4..feb955704f72d90dcb6abeb6b1c2e0d61cdbd699 100644 --- a/App.uvue +++ b/App.uvue @@ -45,7 +45,7 @@ // ) // observer1.observe({ // entryTypes: ['render', 'navigation'], - // } as PerformanceObserverOptions) + // } as PerformanceObserverOptions) // 统计上报 - 应用启动 // #ifdef APP-ANDROID || APP-IOS || WEB // uni.report({ @@ -139,7 +139,7 @@ console.log('App Exit') }, // #endif - onError(err : any) { + onError(err : any) { // console.log('App onError', err) // #ifdef APP-ANDROID || APP-IOS || WEB // 统计上报 - 应用发生错误 @@ -204,5 +204,10 @@ .uni-top-window uni-tabbar .uni-tabbar { background-color: #fff !important; } + /* #endif */ + /* #ifdef MP-WEIXIN */ + page { + background-color: #efeff4; + } /* #endif */