Skip to content
前端开发框架
Main Navigation
首页
产品介绍
快速入门
使用指南
组件
应用示例
微前端
流程组件
图表示例
更新日志
v2.4.2
v2.4.2
Menu
Return to top
当前页
Table of Contents for current page
缓存
封装了 storage 代理,根据配置自动判断使用 localStorage 和 sessionStorage
缓存配置 src/settings/config/projectConfig.ts
cacheType: CacheTypeEnum.LOCAL,
位置:src/utils/storage