wwf
16 小时以前 38712ae83223cb244020e255fc37e1ce35775c45
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>