This commit is contained in:
dap
2026-03-04 11:01:52 +08:00
25 changed files with 576 additions and 107 deletions

View File

@@ -43,6 +43,10 @@ interface RouteMeta {
| 'success'
| 'warning'
| string;
/**
* 路由对应dom是否缓存起来
*/
domCached?: boolean;
/**
* 路由的完整路径作为key默认true
*/