fix(i18n): 渠道管理页面标题国际化
This commit is contained in:
@@ -285,7 +285,9 @@ const routes: RouteRecordRaw[] = [
|
|||||||
meta: {
|
meta: {
|
||||||
requiresAuth: true,
|
requiresAuth: true,
|
||||||
requiresAdmin: true,
|
requiresAdmin: true,
|
||||||
title: 'Channel Management'
|
title: 'Channel Management',
|
||||||
|
titleKey: 'admin.channels.title',
|
||||||
|
descriptionKey: 'admin.channels.description'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user