+ // 防止:Avoid app logic that relies on enumerating keys on a component 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.meta.isAffix) return false;
+ if (findItem.meta.isLink && !findItem.meta.isIframe) return false;