feat: 优化菜单项,添加路由名称和标题支持,更新首页元信息

This commit is contained in:
严浩
2025-01-08 17:41:36 +08:00
parent 943eac62df
commit 83117bbf4b
3 changed files with 11 additions and 5 deletions

View File

@@ -46,5 +46,9 @@ declare module 'vue-router' {
* @description 是否在菜单中隐藏
*/
hidden?: boolean;
/**
* @description 菜单标题
*/
title?: string;
}
}