-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Description
您好
我正在学习antd,看到您做的项目很感兴趣。非常感谢您的分享。
我想请问一下关于bug收集那里src/views/bug
/index.js,我看bug收集按钮所对应的function
jsError = () => {
console.log(obj.a.length);
};
loadResourceError = () => {
let img = document.createElement("img");
img.src = "/images/notExist.jpg";
let parent = document.querySelector(".app-container")
parent.appendChild(img);
}
并没有传递前端页面显示的异常信息呀,
请问您这些异常信息是从哪里获取来的呢?如何传递进来的。
Metadata
Metadata
Assignees
Labels
No labels