This commit is contained in:
Zheng Jie
2022-07-29 18:28:55 +08:00
parent b67b0d272d
commit bbb6f45f39

View File

@@ -6,7 +6,6 @@
</keep-alive>
</transition>
<div
:key="key"
class="wwads-cn wwads-vertical"
data-id="148"
style="z-index:10000;position:fixed;bottom:33px;right:5px;max-width:200px;padding:10px;border-radius:5px;"
@@ -34,16 +33,6 @@ export default {
key() {
return this.$route.path
}
},
watch: {
'$route.path': {
handler: function() {
const oScript = document.createElement('script')
oScript.type = 'text/javascript'
oScript.src = '//cdn.wwads.cn/js/makemoney.js'
document.body.appendChild(oScript)
}
}
}
}
</script>