|
@@ -105,8 +105,8 @@ export const asyncRouterMap = [
|
|
icon: 'fuli'
|
|
icon: 'fuli'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
- { path: 'welfareList', component: _import('welfareManage/welfareList'), name: 'welfareList', meta: { title: '福利列表', noCache: true }},
|
|
|
|
- { path: 'welfareList', component: _import('welfareManage/welfareList'), name: 'welfareList', meta: { title: '福利列表', noCache: false, hideTag: true, hidden: true}},
|
|
|
|
|
|
+ { path: 'welfareList', component: _import('welfareManage/welfareList'), name: 'welfareList', meta: { title: '福利列表', icon: 'lipin', noCache: true }},
|
|
|
|
+ // { path: 'welfareList', component: _import('welfareManage/welfareList'), name: 'welfareList', meta: { title: '福利列表', noCache: false, hideTag: true, hidden: true}},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -119,8 +119,8 @@ export const asyncRouterMap = [
|
|
icon: 'duihuan'
|
|
icon: 'duihuan'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
- { path: 'exchangeList', component: _import('exchangeManage/exchangeList'), name: 'exchangeList', meta: { title: '兑换列表', noCache: true }},
|
|
|
|
- { path: 'exchangeList', component: _import('exchangeManage/exchangeList'), name: 'exchangeList', meta: { title: '兑换列表', noCache: false, hideTag: true, hidden: true}},
|
|
|
|
|
|
+ { path: 'exchangeList', component: _import('exchangeManage/exchangeList'), name: 'exchangeList', meta: { title: '兑换列表', icon: 'duihuan', noCache: true }},
|
|
|
|
+ // { path: 'exchangeList', component: _import('exchangeManage/exchangeList'), name: 'exchangeList', meta: { title: '兑换列表', noCache: false, hideTag: true, hidden: true}},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -133,8 +133,8 @@ export const asyncRouterMap = [
|
|
icon: 'huodong'
|
|
icon: 'huodong'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
- { path: 'activityList', component: _import('activityManage/activityList'), name: 'activityList', meta: { title: '活动列表', noCache: true }},
|
|
|
|
- { path: 'activityList', component: _import('activityManage/activityList'), name: 'activityList', meta: { title: '活动列表', noCache: false, hideTag: true, hidden: true}},
|
|
|
|
|
|
+ { path: 'activityList', component: _import('activityManage/activityList'), name: 'activityList', meta: { title: '活动列表', icon: 'huodong', noCache: true }},
|
|
|
|
+ // { path: 'activityList', component: _import('activityManage/activityList'), name: 'activityList', meta: { title: '活动列表', noCache: false, hideTag: true, hidden: true}},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -147,14 +147,19 @@ export const asyncRouterMap = [
|
|
icon: 'tongzhi'
|
|
icon: 'tongzhi'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
- { path: 'noticeList', component: _import('noticeManage/noticeList'), name: 'noticeList', meta: { title: '通知列表', noCache: true }},
|
|
|
|
- { path: 'noticeList', component: _import('noticeManage/noticeList'), name: 'noticeList', meta: { title: '通知列表', noCache: false, hideTag: true, hidden: true}},
|
|
|
|
|
|
+ { path: 'noticeList', component: _import('noticeManage/noticeList'), name: 'noticeList', meta: { title: '通知列表', icon: 'tongzhi', noCache: true }},
|
|
|
|
+ // { path: 'noticeList', component: _import('noticeManage/noticeList'), name: 'noticeList', meta: { title: '通知列表', noCache: false, hideTag: true, hidden: true}},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: '/ranking',
|
|
path: '/ranking',
|
|
component: Layout,
|
|
component: Layout,
|
|
redirect: 'noredirect',
|
|
redirect: 'noredirect',
|
|
|
|
+ name: 'ranking',
|
|
|
|
+ meta: {
|
|
|
|
+ title: '积分排行',
|
|
|
|
+ icon: 'paihang'
|
|
|
|
+ },
|
|
children: [
|
|
children: [
|
|
{ path: 'rankingList', component: _import('ranking/rankingList'), name: 'rankingList', meta: { title: '积分排行', icon: 'paihang', noCache: true }},
|
|
{ path: 'rankingList', component: _import('ranking/rankingList'), name: 'rankingList', meta: { title: '积分排行', icon: 'paihang', noCache: true }},
|
|
]
|
|
]
|