|
@@ -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,
|