mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
fix: 下载页控制台报错处理
This commit is contained in:
parent
da53306a2c
commit
64906a827d
@ -16,14 +16,14 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/rem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/home.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/ad.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css" />
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css" />
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||
<script src="../js/googleAds.js"></script>
|
||||
<script src="../js/googleAnalyze.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -908,4 +908,4 @@
|
||||
</script>
|
||||
<script src="../js/ad.js"></script>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@ -14,10 +14,12 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/rem.css" />
|
||||
<link rel="stylesheet" href="../css/download.css" />
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||
<script src="../js/googleAds.js"></script>
|
||||
<script src="../js/googleAnalyze.js"></script>
|
||||
|
||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -14,14 +14,14 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/rem.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/home.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/ad.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css" />
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css" />
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16660800396"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||
<script src="../js/googleAds.js"></script>
|
||||
<script src="../js/googleAnalyze.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -869,4 +869,4 @@
|
||||
|
||||
<script src="../js/ad.js"></script>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@ -18,6 +18,8 @@
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PE77P6491J"></script>
|
||||
<script src="../js/googleAds.js"></script>
|
||||
<script src="../js/googleAnalyze.js"></script>
|
||||
|
||||
<script src="//cdn.jsdelivr.net/npm/qs@6.13.0/dist/qs.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user