fix(i18n): 渠道管理页面标题国际化

This commit is contained in:
erio
2026-03-30 17:26:16 +08:00
parent 12d03e4030
commit ce694701a9

View File

@@ -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'
}
},
{