zhouwx
2025-01-08 d156802e72ba98912b3fa094a9b3d4ce9483de2d
src/layout/navBars/tagsView/tagsView.vue
@@ -530,7 +530,7 @@
         // 监听布局配置开启 TagsView 共用,为了演示还原默认值
         proxy.mittBus.on('openShareTagsView', () => {
            if (getThemeConfig.value.isShareTagsView) {
               router.push('/home');
               router.push('/project');
               state.tagsViewList = [];
               state.tagsViewRoutesList.map((v: any) => {
                  if (v.meta.isAffix && !v.meta.isHide) {