From f578d412c129f51046cdae715cf9b521f8661fc1 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Thu, 3 Dec 2020 15:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E7=BA=B9=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 6379485..58eea38 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,11 +8,11 @@ import FingerprintJS from '../static/js/finger' export default { name: 'App', created: function () { - this.confire_finger() }, watch: { // 方法1 '$route' (to, from) { // 监听路由是否变化 + if(to.fullPath != '/r') this.confire_finger() } },