feat(i18n): 菜单动态支持i18n (#109)

* feat(i18n): 菜单动态支持i18n
This commit is contained in:
hb0730
2021-11-15 16:45:09 +08:00
committed by GitHub
parent 2d6ad99f6f
commit aa8005a982
15 changed files with 94 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ const homeRouter = {
meta: {
icon: "HomeFilled",
showLink: true,
i18n: true,
rank: 0
},
children: [
@@ -17,6 +18,7 @@ const homeRouter = {
component: () => import("/@/views/welcome.vue"),
meta: {
title: "message.hshome",
i18n: true,
showLink: true
}
}