From 5eb6903bde0b9be730b35fc116eabf808f8f64e0 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 18 三月 2025 11:33:58 +0800 Subject: [PATCH] fix:简化项目模板&剔除无用部分 --- src/store/modules/tagsView.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/store/modules/tagsView.js b/src/store/modules/tagsView.js index c7984ad..9d07f33 100644 --- a/src/store/modules/tagsView.js +++ b/src/store/modules/tagsView.js @@ -21,7 +21,6 @@ }, addVisitedView(view) { if (this.visitedViews.some(v => v.path === view.path)) return - console.log('view',view,view.meta.title) this.visitedViews.push( Object.assign({}, view, { title: view.meta.title || 'no-name' -- Gitblit v1.9.3