feat(projects): add menu translate [翻译菜单]

This commit is contained in:
Soybean
2023-05-13 14:20:06 +08:00
parent 85b8ef8f88
commit f68285fbe5
12 changed files with 244 additions and 8 deletions

View File

@ -4,6 +4,7 @@ const about1: AuthRoute.Route = {
component: 'self',
meta: {
title: '关于',
i18nTitle: 'message.routes.about',
requiresAuth: true,
keepAlive: true,
singleLayout: 'basic',