From 6cbb20edf94276afc884f0f3c08ce59253d49aa8 Mon Sep 17 00:00:00 2001 From: lijing1 Date: Mon, 1 Dec 2025 20:19:01 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index c470e93..51e7cd3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -88,7 +88,6 @@ export function formatTwoStageRoutes(arr: any) { // 路由加载前 router.beforeEach(async (to, from) => { NProgress.configure({showSpinner: false}); - console.log('beforeEach-----', storesTagsViewRoutes.keepAliveNames, to.href); // 判断是否已经存在标签,不存在则设置缓存 if (!storesTagsViewRoutes.keepAliveNames.includes(decodeURIComponent(to.href))) { storesTagsViewRoutes.setCacheKeepAlivePath(to.href);