feat(router): 支持通过 activeMenuName 指定菜单高亮路径
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m18s
CI/CD Pipeline / build-and-deploy (push) Successful in 4m24s

This commit is contained in:
严浩
2025-11-03 15:54:11 +08:00
parent f9f82e4d29
commit 166d76d980
7 changed files with 47 additions and 5 deletions

View File

@@ -10,4 +10,5 @@ export default {
DemosWebsocketDemo: 'WebSocket 示例',
Home: '首页',
Login: '登录',
DemosCreate: '创建示例',
} satisfies PageTitleLocalizations;