From 700ce24e553ca3e4674119ba1f2b44e943f9e7a9 Mon Sep 17 00:00:00 2001 From: song Date: Fri, 4 Mar 2022 10:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LeftNav/LeftNav.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/LeftNav/LeftNav.vue b/src/components/LeftNav/LeftNav.vue index 1d21398..d445e9a 100644 --- a/src/components/LeftNav/LeftNav.vue +++ b/src/components/LeftNav/LeftNav.vue @@ -58,8 +58,6 @@ export default { methods: { changeQuery(code, url, item) { - console.log('code, url, item: ', code, url, item); - console.log('url: ', url); let childCode = code; if (item && item.children && item.children.length) { childCode = item.children[0].code;