邮件模版
This commit is contained in:
@@ -1046,7 +1046,34 @@ export default new Router({
|
||||
path: '/mailboxMould', //邮箱系统-模板
|
||||
component: () => import('../components/page/mailboxMould'),
|
||||
meta: {
|
||||
title: 'Mailbox template'
|
||||
title: 'Mailbox template',
|
||||
titleKey: 'sidebar.emailTemplates'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/mailboxMouldDetail', // 邮箱系统-模板详情
|
||||
component: () => import('../components/page/mailboxMouldDetail'),
|
||||
meta: {
|
||||
title: 'Mailbox template detail',
|
||||
hideSidebar: true,
|
||||
hideJournal: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/mailboxStyle', // 邮箱系统-邮件风格
|
||||
component: () => import('../components/page/mailboxStyle'),
|
||||
meta: {
|
||||
title: 'Email styles',
|
||||
titleKey: 'sidebar.emailStyles'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/mailboxStyleDetail', // 邮箱系统-邮件风格详情
|
||||
component: () => import('../components/page/mailboxStyleDetail'),
|
||||
meta: {
|
||||
title: 'Email style detail',
|
||||
hideSidebar: true,
|
||||
hideJournal: true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user