fix performance

This commit is contained in:
tangly1024
2023-06-04 12:48:26 +08:00
parent 0149a290b8
commit 94d399f409
8 changed files with 54 additions and 84 deletions

View File

@@ -27,7 +27,7 @@ const TwikooCommentCounter = (props) => {
urls: posts.map(post => post.slug), // 不包含协议、域名、参数的文章路径列表,必传参数
includeReply: true // 评论数是否包括回复默认false
}).then(function (res) {
console.log('查询', res)
// console.log('查询', res)
commentsData = res
updateCommentCount()
}).catch(function (err) {