提交 6de561b0 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 注释掉耗时计算日志

上级 5311ace8
......@@ -122,7 +122,7 @@ async function getConversationList({
})
.end()
// log请求时间
console.error('getConversationList耗时', Date.now() - startTime,startTime)
// console.error('getConversationList耗时', Date.now() - startTime,startTime)
// // 计时
// startTime = Date.now()
......@@ -163,7 +163,7 @@ async function getConversationList({
.field('_id,avatar_file,nickname')
.get()
// log请求时间
console.error('get user耗时', Date.now() - startTime,startTime)
// console.error('get user耗时', Date.now() - startTime,startTime)
// 计算请求时间
startTime = Date.now()
......@@ -188,7 +188,7 @@ async function getConversationList({
}
})
// log请求时间
console.error('forEach user_info耗时', Date.now() - startTime,startTime)
// console.error('forEach user_info耗时', Date.now() - startTime,startTime)
return {
data: res.data,
errCode: 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册