Explorar o código

!813 update Web/src/layout/navBars/topBar/search.vue.
Merge pull request !813 from tql/N/A

zuohuaijun %!s(int64=2) %!d(string=hai) anos
pai
achega
363af1e788
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Web/src/layout/navBars/topBar/search.vue

+ 1 - 1
Web/src/layout/navBars/topBar/search.vue

@@ -80,7 +80,7 @@ const createFilter = (queryString: string) => {
 const initTageView = () => {
 	if (state.tagsViewList.length > 0) return false;
 	tagsViewRoutes.value.map((v: RouteItem) => {
-		if (!v.meta?.isHide) state.tagsViewList.push({ ...v });
+		if (!v.meta?.isHide && v.type !== 1) state.tagsViewList.push({ ...v });
 	});
 };
 // 当前菜单选中时