无木
2021-06-03 d62d0ca08cff442c23eb9265851b066a2f24afa8
fix(keep-alive): tablist cache updating effect

修复 updateCacheTab 逻辑问题造成的KeepAlive配置可能失效的问题

close: #695
1个文件已修改
2 ■■■ 已修改文件
src/store/modules/multipleTab.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/store/modules/multipleTab.ts
@@ -60,7 +60,7 @@
        // Ignore the cache
        const needCache = !item.meta?.ignoreKeepAlive;
        if (!needCache) {
          return;
          continue;
        }
        const name = item.name as string;
        cacheMap.add(name);