📝 修改文档.

This commit is contained in:
lijiahang
2024-12-23 10:20:54 +08:00
parent 79f14632bb
commit 8bbda6691d
904 changed files with 7233 additions and 905 deletions

View File

@@ -43,7 +43,7 @@ export const STATUS_ROUTER_LIST = [
export const routerToTag = (route: RouteLocationNormalized): TagProps => {
const { name, meta, path, fullPath, query } = route;
return {
title: meta.locale || '',
title: meta.locale || String(name),
name: String(name),
path,
fullPath,