refactor: ♻️ routeMeta增加alwaysShow字段声明

This commit is contained in:
cshaptx4869
2024-05-11 14:26:56 +08:00
parent 1f8ca7127f
commit 3636bcf2dc

View File

@@ -10,6 +10,8 @@ declare module "vue-router" {
icon?: string;
/** 菜单是否隐藏 */
hidden?: boolean;
/** 只有一个子路由是否始终显示 */
alwaysShow?: boolean;
/** 是否固定页签 */
affix?: boolean;
/** 是否缓存页面 */