Browse Source

菜单icon

chenrui 4 years ago
parent
commit
d6fd09cfda
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/config/router.config.js

+ 6 - 6
src/config/router.config.js

@@ -51,7 +51,7 @@ export const asyncRouterMap = [{
     component: PageView,
     component: PageView,
     meta: {
     meta: {
       title: '洗车机管理中心',
       title: '洗车机管理中心',
-      icon: 'setting',
+      icon: 'shop',
       permission: 'M_wash_0'
       permission: 'M_wash_0'
     },
     },
     children: [{
     children: [{
@@ -60,7 +60,7 @@ export const asyncRouterMap = [{
       component: () => import('@/views/CarWashManagement/CarWashManagement.vue'),
       component: () => import('@/views/CarWashManagement/CarWashManagement.vue'),
       meta: {
       meta: {
         title: '洗车网点管理',
         title: '洗车网点管理',
-        icon: 'database',
+        icon: 'gateway',
         permission: 'M_wash_list'
         permission: 'M_wash_list'
       }
       }
     }]
     }]
@@ -143,7 +143,7 @@ export const asyncRouterMap = [{
         component: () => import(/* webpackChunkName: "bnSetting" */ '@/views/bnSetting/menu/storeMenus.vue'),
         component: () => import(/* webpackChunkName: "bnSetting" */ '@/views/bnSetting/menu/storeMenus.vue'),
         meta: {
         meta: {
           title: '发券中心菜单管理',
           title: '发券中心菜单管理',
-          icon: 'shop',
+          icon: 'control',
           permission: 'M_auth_fqMenu'
           permission: 'M_auth_fqMenu'
         }
         }
       }
       }
@@ -155,7 +155,7 @@ export const asyncRouterMap = [{
     component: PageView,
     component: PageView,
     meta: {
     meta: {
       title: '运营平台权限管理',
       title: '运营平台权限管理',
-      icon: 'lock',
+      icon: 'apartment',
       permission: 'M_yyAuth_0'
       permission: 'M_yyAuth_0'
     },
     },
     children: [
     children: [
@@ -187,7 +187,7 @@ export const asyncRouterMap = [{
     component: PageView,
     component: PageView,
     meta: {
     meta: {
       title: '卡券中心权限管理',
       title: '卡券中心权限管理',
-      icon: 'lock',
+      icon: 'wallet',
       permission: 'M_kqAuth_0'
       permission: 'M_kqAuth_0'
     },
     },
     children: [
     children: [
@@ -219,7 +219,7 @@ export const asyncRouterMap = [{
     component: PageView,
     component: PageView,
     meta: {
     meta: {
       title: '发券中心权限管理',
       title: '发券中心权限管理',
-      icon: 'lock',
+      icon: 'gift',
       permission: 'M_fqAuth_0'
       permission: 'M_fqAuth_0'
     },
     },
     children: [
     children: [