'-'
zhangwei
2025-07-29 2aa2da6ff94c0e88e7ba0638606881a3c04cf579
src/layout/components/lay-tag/index.vue
@@ -46,6 +46,7 @@
  currentSelect,
  scheduleIsActive,
  getContextMenuStyle,
  userRoles,
  closeMenu,
  onMounted,
  onMouseenter,
@@ -186,6 +187,7 @@
    if (!hasValue) {
      arr.forEach((arrItem: any) => {
        if (arrItem.path === value) {
          console.log(arrItem.path, value, "arrItem.path === value");
          useMultiTagsStoreHook().handleTags("push", {
            path: value,
            meta: arrItem.meta,