mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): new i18n function $t & login page and setting drawer config i18n
This commit is contained in:
2
src/typings/route.d.ts
vendored
2
src/typings/route.d.ts
vendored
@@ -32,7 +32,7 @@ declare namespace AuthRoute {
|
||||
/** 路由标题(可用来作document.title或者菜单的名称) */
|
||||
title: string;
|
||||
/** 用来支持多国语言 如果i18nTitle和title同时存在优先使用i18nTitle */
|
||||
i18nTitle?: string;
|
||||
i18nTitle?: I18nType.I18nKey;
|
||||
/** 路由的动态路径(需要动态路径的页面需要将path添加进范型参数) */
|
||||
dynamicPath?: AuthRouteUtils.GetDynamicPath<K>;
|
||||
/** 作为单级路由的父级路由布局组件 */
|
||||
|
||||
Reference in New Issue
Block a user