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

error

parent 4b6ca2f8
<!doctype html> <!doctype html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>MyCard Mobile</title> <title>MyCard Mobile</title>
<base href="/"> <base href="/">
<meta name="theme-color" content="#673ab7"> <meta name="theme-color" content="#673ab7">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29582484-4"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-29582484-4"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-29582484-4'); gtag('config', 'UA-29582484-4');
</script> </script>
</head> <script>
<body> window.onerror = function(message, source, lineno, colno, error) {
<app-root> alert(`出错了, 请联系 QQ 474078233
<div id="loading"> ${message}
<img id="logo" src="assets/CubbitLogo.png"> ${source}:${lineno}:${colno}
<p>LOADING <img id="spinner" src="assets/Spinner-1s-200px.svg"></p>
</div> ${error.stack}`)
</app-root> }
</body> </script>
</html> </head>
<body>
<app-root>
<div id="loading">
<img id="logo" src="assets/CubbitLogo.png">
<p>LOADING <img id="spinner" src="assets/Spinner-1s-200px.svg"></p>
</div>
</app-root>
</body>
</html>
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