spring
2025-04-27 c85ea17d45adac17b780992e049685d72168fdda
src/permission.js
@@ -21,14 +21,6 @@
    } else {
      const value = to.query.src || to.fullPath
      const label = to.query.name || to.name
      // 检查当前要进入的页面是否在标签列表中
      const existingTag = store.getters.tagList.find(
        (tag) => tag.label === label
      )
      if (existingTag) {
        // 如果存在,删除该标签
        store.commit('DEL_TAG', existingTag)
      }
      if (
        meta.isTab !== false &&
        !validatenull(value) &&