src/App.vue
@@ -15,10 +15,16 @@ }, watch: { '$route.path': function(){ let count = localStorage.getItem('refreshCount') || 0 count = Number(count) + 1 localStorage.setItem('refreshCount', count++) if (isWeixin) { getWxSignature(this.$route) } }, }, created() { console.log('localHost') } } </script>