Refactor/tags (#332)

* refactor: tags

* chore: update

* chore: update

* chore: update

* chore: update
This commit is contained in:
RealityBoy
2022-08-22 15:49:29 +08:00
committed by GitHub
parent 7c84d9eb70
commit cbe539c727
18 changed files with 516 additions and 456 deletions

View File

@@ -94,10 +94,10 @@ export interface RouteChildrenConfigsTable {
/** 离场动画 */
leaveTransition?: string;
};
// 是否不添加信息到标签页,(默认`false`
hiddenTag?: boolean;
/** 动态路由可打开的最大数量 `可选` */
dynamicLevel?: number;
/** 刷新重定向(用于未开启标签页缓存,刷新页面获取不到动态`title``可选` */
refreshRedirect?: string;
};
/** 子路由配置项 */
children?: Array<RouteChildrenConfigsTable>;