From 5418058bb4fd4663257625d6eaca851da1128bfb Mon Sep 17 00:00:00 2001 From: "zhigang.li@tendcloud.com" Date: Thu, 27 Sep 2018 10:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E7=AD=BE=E6=97=A0?= =?UTF-8?q?=E9=9C=80=E5=86=8D=E8=B0=83=E7=94=A8this.addTag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/tools-methods/tools-methods.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/view/tools-methods/tools-methods.vue b/src/view/tools-methods/tools-methods.vue index ab855f1bf..b31ea827a 100644 --- a/src/view/tools-methods/tools-methods.vue +++ b/src/view/tools-methods/tools-methods.vue @@ -42,11 +42,6 @@ export default { title: `动态路由-${id}` } } - this.addTag({ - route: route, - type: 'push' - }) - console.log(route) this.$router.push(route) }, createTagQuery () { @@ -60,10 +55,6 @@ export default { title: `参数-${id}` } } - this.addTag({ - route: route, - type: 'push' - }) this.$router.push(route) } }