This commit is contained in:
Zheng Jie
2022-08-05 17:39:56 +08:00
parent dd5a6c4bb5
commit cd0f9e9628
2 changed files with 2 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="<%= BASE_URL %>favicon.ico" rel="icon">
<script async="true" src="https://cdn.wwads.cn/js/makemoney.js"></script>
<title><%= webpackConfig.name %></title>
</head>
<body>

View File

@@ -21,10 +21,7 @@ router.beforeEach((to, from, next) => {
var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s)
// AD
var ww = document.createElement('script')
ww.src = 'https://cdn.wwads.cn/js/makemoney.js'
var ss = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(ww, ss)
window._AdBlockInit
})()
}, 0)
if (to.meta.title) {