提交 224ea278 编写于 作者: Q qq_38870145

Sat Mar 9 22:28:00 CST 2024 inscode

上级 a739a381
...@@ -27,7 +27,7 @@ const initLeftChart = () => { ...@@ -27,7 +27,7 @@ const initLeftChart = () => {
const label = [] const label = []
const data = [] const data = []
for ( let key in performance.timing) { for ( let key in performance.timing) {
if (performance.timing.hasOwnProperty(key)) { if (key!='toJSON') {
label.push(key) label.push(key)
data.push(performance.timing[key]) data.push(performance.timing[key])
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册