This commit is contained in:
Zheng Jie
2022-07-29 18:07:08 +08:00
parent 0a54c2301a
commit 5cc21ac695

View File

@@ -6,6 +6,7 @@
</keep-alive> </keep-alive>
</transition> </transition>
<div <div
:key="key"
class="wwads-cn wwads-vertical" class="wwads-cn wwads-vertical"
data-id="148" data-id="148"
style="z-index:10000;position:fixed;bottom:33px;right:5px;max-width:200px;padding:10px;border-radius:5px;" style="z-index:10000;position:fixed;bottom:33px;right:5px;max-width:200px;padding:10px;border-radius:5px;"
@@ -34,13 +35,6 @@ export default {
return this.$route.path return this.$route.path
} }
} }
// watch: {
// '$route.path': {
// handler: function() {
// this.key = this.$route.path
// }
// }
// }
} }
</script> </script>
@@ -77,6 +71,6 @@ export default {
} }
} }
.wwads-vertical .wwads-poweredby { .wwads-vertical .wwads-poweredby {
bottom: 2px !important; display: none;
} }
</style> </style>