Admin
2022-08-20 d6693c12019548a91d6607fbd633d201125061cb
src/layout/navBars/tagsView/tagsView.vue
@@ -198,7 +198,7 @@
               )
         );
         if (current.length <= 0) {
            // 防止:Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead.
            // 防止:Avoid app logic that relies on enumerating keys on a components instance. The keys will be empty in production mode to avoid performance overhead.
            let findItem = state.tagsViewRoutesList.find((v: any) => v.path === isDynamicPath);
            if (!findItem) return false;
            if (findItem.meta.isAffix) return false;