sunlupeng 1 year ago
parent
commit
cde6ce5c1a
3 changed files with 4 additions and 2 deletions
  1. 1 0
      src/icons/svg/zhengshu.svg
  2. 1 0
      src/icons/svg/zidian.svg
  3. 2 2
      src/router/index.js

File diff suppressed because it is too large
+ 1 - 0
src/icons/svg/zhengshu.svg


File diff suppressed because it is too large
+ 1 - 0
src/icons/svg/zidian.svg


+ 2 - 2
src/router/index.js

@@ -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 }},