This commit is contained in:
Zheng Jie
2022-07-29 17:59:15 +08:00
parent 9568c9a777
commit 0a54c2301a

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;"
@@ -35,6 +34,13 @@ export default {
return this.$route.path
}
}
// watch: {
// '$route.path': {
// handler: function() {
// this.key = this.$route.path
// }
// }
// }
}
</script>