|
@@ -213,7 +213,7 @@ export const asyncRouterMap = [
|
|
|
name: 'certManage',
|
|
|
meta: {
|
|
|
title: '证书管理',
|
|
|
- icon: 'lipin'
|
|
|
+ icon: 'zhengshu'
|
|
|
},
|
|
|
children: [
|
|
|
{ path: 'certRules', component: _import('certManage/certRules'), name: 'certRules', meta: { title: '积分获取规则', noCache: true }},
|
|
@@ -228,7 +228,7 @@ export const asyncRouterMap = [
|
|
|
name: 'dictManage',
|
|
|
meta: {
|
|
|
title: '字典管理',
|
|
|
- icon: 'lipin'
|
|
|
+ icon: 'zidian'
|
|
|
},
|
|
|
children: [
|
|
|
{ path: 'dictList', component: _import('dictManage/dictList'), name: 'dictList', meta: { title: '字典列表', noCache: true }},
|