feat(menu): 为页面添加标题和布局配置支持

This commit is contained in:
严浩
2025-10-22 11:29:27 +08:00
parent 18360ac41d
commit 4949e1c957
11 changed files with 40 additions and 92 deletions

View File

@@ -52,6 +52,11 @@ declare module 'vue-router' {
* @description 菜单标题
*/
title?: string;
/**
* @description 使用的布局,设置为 false 则表示不使用布局
*/
layout?: string | false;
}
}