提交 96161484 编写于 作者: H hdx

performance: 移除 app onLaunch 日志

上级 2dfde4b2
...@@ -11,7 +11,7 @@ export default { ...@@ -11,7 +11,7 @@ export default {
const performance = uni.getPerformance() const performance = uni.getPerformance()
const observer1: PerformanceObserver = performance.createObserver( const observer1: PerformanceObserver = performance.createObserver(
(entryList: PerformanceObserverEntryList) => { (entryList: PerformanceObserverEntryList) => {
console.log('observer1:entryList.getEntries()' +JSON.stringify(entryList.getEntries())) // console.log('observer1:entryList.getEntries()' +JSON.stringify(entryList.getEntries()))
} }
) )
observer1.observe({ observer1.observe({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册