feat: 优化菜单项,添加路由名称和标题支持,更新首页元信息
This commit is contained in:
@ -46,5 +46,9 @@ declare module 'vue-router' {
|
||||
* @description 是否在菜单中隐藏
|
||||
*/
|
||||
hidden?: boolean;
|
||||
/**
|
||||
* @description 菜单标题
|
||||
*/
|
||||
title?: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user