feat: routers support ignoreRoute option

为路由配置添加`meta`.`ignoreRoute`配置,允许在`ROUTE_MAPPING`及`BACK`模式下配置纯菜单数据

fixed:
This commit is contained in:
无木
2021-07-01 23:54:10 +08:00
parent b5046f07a2
commit 72ac240f28
4 changed files with 40 additions and 1 deletions

View File

@@ -33,5 +33,6 @@ declare module 'vue-router' {
// Never show in menu
hideMenu?: boolean;
isLink?: boolean;
ignoreRoute?: boolean;
}
}