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