feat: 动态路由 Tab打开数量控制,超出限制自动关闭起始Tab (#1256)

* 增加动态路由最大打开Tab数控制

* 增加动态路由打开数控制Router参数
This commit is contained in:
Haceral
2021-10-05 22:54:49 +08:00
committed by GitHub
parent 7d40773b5b
commit eac2fb4aaa
2 changed files with 20 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ declare module 'vue-router' {
orderNo?: number;
// title
title: string;
// dynamic router level.
dynamicLevel?: number;
// dynamic router real route path (For performance).
realPath?: string;
// Whether to ignore permissions
ignoreAuth?: boolean;
// role info