后台系统: 用户详情页面添加钱包余额显示、用户管理优化记录用户选择币种、 新增广播增加查看按钮内容、及对应跳转对应页面路径 增加帮助中心页面、公告中心页面 完成
This commit is contained in:
@@ -76,7 +76,23 @@ const childrenRoutes = [
|
||||
|
||||
}
|
||||
},
|
||||
{//报块页面
|
||||
{//帮助中心
|
||||
path: 'helpCenter',
|
||||
name: 'HelpCenter',
|
||||
component: () => import('../views/helpCenter/index.vue'),
|
||||
meta: {
|
||||
title: '帮助中心',
|
||||
description: i18n.t(`seo.helpCenter`),
|
||||
allAuthority: [`all`],
|
||||
keywords: {
|
||||
en: 'Help Center,Beginner Guide,Mining Data,Frequently Asked Questions,Announcement Center,Other',
|
||||
zh: '帮助中心,新手入门,常见问题,公告中心'
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
{//广播页面
|
||||
path: 'broadcast',
|
||||
name: 'Broadcast',
|
||||
component: () => import('../views/broadcast/index.vue'),
|
||||
@@ -456,6 +472,20 @@ const childrenRoutes = [
|
||||
}
|
||||
}
|
||||
},
|
||||
{//公告中心
|
||||
path: 'announcements',
|
||||
name: 'Announcements',
|
||||
component: () => import('../views/announcements/index.vue'),
|
||||
meta: {
|
||||
title: '公告中心',
|
||||
description: i18n.t(`seo.announcements`) || 'M2Pool 矿池公告中心,提供最新的公告、通知和重要信息,让用户及时了解矿池的最新动态和服务变更。',
|
||||
allAuthority: [`all`],
|
||||
keywords: {
|
||||
en: 'Announcement Center,Latest Announcements,Mining Pool News,Service Updates,Important Notices',
|
||||
zh: 'M2Pool 矿池,公告中心,最新公告,矿池动态,服务更新,重要通知'
|
||||
}
|
||||
}
|
||||
},
|
||||
{//警报通知
|
||||
path: 'alerts',
|
||||
name: 'Alerts',
|
||||
|
||||
Reference in New Issue
Block a user