diff --git a/src/layout/index.vue b/src/layout/index.vue index 6f5adee..e86286c 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -55,7 +55,6 @@ const mode = computed(()=>{ return store.state.setting.mode }) - console.log('mode============',mode) return{ isCollapse, device, diff --git a/src/store/modules/tagsView.ts b/src/store/modules/tagsView.ts index ccc1464..6ad4802 100644 --- a/src/store/modules/tagsView.ts +++ b/src/store/modules/tagsView.ts @@ -16,7 +16,7 @@ const mutations = { if (view.meta.keepAlive) { state.cachedViews.push(view.name) - console.log('======触发=======',state.cachedViews) + } }, REMOVE_VISITED_VIEW: (state, routes) => {