mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-26 04:24:32 +08:00
feat: add dashboard page
This commit is contained in:
@@ -64,6 +64,7 @@ const breadcrumbs = computed((): IBreadcrumb[] => {
|
||||
if (props.hideWhenOnlyOne && resultBreadcrumb.length === 1) {
|
||||
return [];
|
||||
}
|
||||
|
||||
return resultBreadcrumb;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user