sunlupeng 2 년 전
부모
커밋
cde6ce5c1a
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 0
      src/icons/svg/zhengshu.svg
  2. 1 0
      src/icons/svg/zidian.svg
  3. 2 2
      src/router/index.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
src/icons/svg/zhengshu.svg


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 }},