outaozhen 5 лет назад
Родитель
Сommit
5f366c29c4
2 измененных файлов с 13 добавлено и 13 удалено
  1. 1 1
      config/defaultSettings.js
  2. 12 12
      config/routes.js

+ 1 - 1
config/defaultSettings.js

@@ -10,7 +10,7 @@ const proSettings = {
   colorWeak: false,
   title: '产品',
   pwa: false,
-  iconfontUrl: '//at.alicdn.com/t/font_2276974_wqk3gxkzrpr.js',
+  iconfontUrl: '//at.alicdn.com/t/font_2276974_nbe38935rtf.js',
   splitMenus: true
 }
 export default proSettings

+ 12 - 12
config/routes.js

@@ -26,7 +26,7 @@ export default [
           {
             path: '/workbench',
             name: 'workbench',
-            icon: 'table-lamp',
+            icon: 'icon-chess',
             routes: [
               {
                 path: '/workbench',
@@ -35,7 +35,7 @@ export default [
               {
                 path: '/workbench/dashboard',
                 name: 'workbench',
-                icon: 'list',
+                icon: 'icon-clipboardcheck',
                 component: './workbench/Dashboard'
               }
             ]
@@ -43,7 +43,7 @@ export default [
           {
             path: '/customer',
             name: 'customer',
-            icon: 'address-book',
+            icon: 'icon-address-book-o',
             routes: [
               {
                 path: '/customer',
@@ -52,27 +52,27 @@ export default [
               {
                 path: '/customer/contact',
                 name: 'contact',
-                icon: 'user-business',
+                icon: 'icon-address-book',
                 component: './customer/Contact',
                 authority: ['admin', 'clientAccess']
               },
               {
                 path: '/customer/company',
                 name: 'company',
-                icon: 'city',
+                icon: 'icon-building',
                 component: './customer/Company',
                 authority: ['admin', 'companyAccess']
               },
               {
                 path: '/customer/finance',
                 name: 'finance',
-                icon: 'finance',
+                icon: 'icon-usd-circle',
                 component: './customer/Finance'
               },
               {
                 path: '/customer/test',
                 name: 'test',
-                icon: 'alarm',
+                icon: 'icon-magic',
                 component: './customer/Test'
               }
             ]
@@ -80,7 +80,7 @@ export default [
           {
             path: '/product',
             name: 'product',
-            icon: 'ad-product',
+            icon: 'icon-box',
             routes: [
               {
                 path: '/product',
@@ -89,7 +89,7 @@ export default [
               {
                 path: '/product/lock',
                 name: 'lock',
-                icon: 'disk-one',
+                icon: 'icon-magic',
                 routes: [
                   {
                     path: '/product/lock',
@@ -110,7 +110,7 @@ export default [
               {
                 path: '/product/cloud',
                 name: 'cloud',
-                icon: 'network-drive',
+                icon: 'icon-cloud',
                 routes: [
                   {
                     path: '/product/cloud',
@@ -133,7 +133,7 @@ export default [
           {
             path: '/staff',
             name: 'staff',
-            icon: 'peoples-two',
+            icon: 'icon-users',
             routes: [
               {
                 path: '/staff',
@@ -142,7 +142,7 @@ export default [
               {
                 path: '/staff/employee',
                 name: 'employee',
-                icon: 'peoples-two',
+                icon: 'icon-users',
                 component: './staff/Employee'
               }
             ]