From 45900c57817f860071b46b6accc306459bc62d80 Mon Sep 17 00:00:00 2001 From: otis <33190365+o-cc@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:46:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4`src/layout/components?= =?UTF-8?q?/tag/index.vue`=E6=96=87=E4=BB=B6=E4=B8=AD=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ozxi1 --- src/layout/components/tag/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/tag/index.vue b/src/layout/components/tag/index.vue index be853cf6d..87f6c72ba 100644 --- a/src/layout/components/tag/index.vue +++ b/src/layout/components/tag/index.vue @@ -143,7 +143,7 @@ function dynamicRouteTag(value: string): void { function concatPath(arr: object[], value: string) { if (!hasValue) { arr.forEach((arrItem: any) => { - if (arrItem.path === value || arrItem.path === value) { + if (arrItem.path === value) { useMultiTagsStoreHook().handleTags("push", { path: value, meta: arrItem.meta,