sunlupeng 2 yıl önce
ebeveyn
işleme
cde6ce5c1a

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 0
src/icons/svg/zhengshu.svg


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 0
src/icons/svg/zidian.svg


+ 2 - 2
src/router/index.js

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