fix(i18n): 渠道管理页面标题国际化
This commit is contained in:
parent
12d03e4030
commit
ce694701a9
@ -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'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user