fix: ensure the breadcrumb level is correct

This commit is contained in:
Vben
2021-03-17 20:57:53 +08:00
parent 6883b21bef
commit e49072c313
6 changed files with 57 additions and 45 deletions

View File

@@ -44,6 +44,8 @@ export interface RouteMeta {
// Never show in menu
hideMenu?: boolean;
isLink?: boolean;
}
// @ts-ignore