fix: 还原MenuRoute.title 类型

This commit is contained in:
黎伟杰 2023-10-08 18:05:06 +08:00
parent f4f8e8b522
commit 5ae1e49737

View File

@ -18,7 +18,7 @@ export interface RouteMeta {
export interface MenuRoute {
path: string;
title?: string | Record<string, string>;
title?: string;
name?: string;
icon?:
| string