NLRX-WJC / react-antd-admin-template

一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
MIT License
2.06k stars 510 forks source link

关于bug收集 #49

Open YanxiaWu opened 2 months ago

YanxiaWu commented 2 months ago

您好 我正在学习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); } 并没有传递前端页面显示的异常信息呀, image

请问您这些异常信息是从哪里获取来的呢?如何传递进来的。