Commit ce694701 authored by erio's avatar erio
Browse files

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

parent 12d03e40
...@@ -285,7 +285,9 @@ const routes: RouteRecordRaw[] = [ ...@@ -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'
} }
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment