Commit fdd098fa authored by 神楽坂玲奈's avatar 神楽坂玲奈

error

parent 4b6ca2f8
......@@ -15,6 +15,15 @@
gtag('js', new Date());
gtag('config', 'UA-29582484-4');
</script>
<script>
window.onerror = function(message, source, lineno, colno, error) {
alert(`出错了, 请联系 QQ 474078233
${message}
${source}:${lineno}:${colno}
${error.stack}`)
}
</script>
</head>
<body>
<app-root>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment