-
zhangwei
2025-08-11 2293a1b58a3227a4870466e3699b6baf0af29303
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,
@@ -647,7 +649,7 @@
        >
          <li v-if="item.show" @click="selectTag(key, item)">
            <IconifyIconOffline :icon="item.icon" />
            {{ item.text }}
            {{ item.text }}11
          </li>
        </div>
      </ul>