提交 e998f399 authored 作者: 钟是志's avatar 钟是志

菜单调试

上级 a25793ed
...@@ -151,7 +151,8 @@ export const getChineseName = (item) => { // 获取菜单名字 ...@@ -151,7 +151,8 @@ export const getChineseName = (item) => { // 获取菜单名字
if (menusList[item.path]) { if (menusList[item.path]) {
return menusList[item.path]; return menusList[item.path];
} }
return item.chineseLocale || formatMessage({ id: item.locale }); const menuName = item.chineseLocale || formatMessage({ id: item.locale });
return menuName;
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论