Browse Source

feat: 图标

outaozhen 5 năm trước cách đây
mục cha
commit
9ec86961aa
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      config/routes.js

+ 2 - 2
config/routes.js

@@ -30,7 +30,7 @@ export default [
               {
                 path: '/workbench',
                 name: 'workbench',
-                icon: 'icon-chess',
+                icon: 'table-lamp',
                 routes: [
                   {
                     path: '/workbench',
@@ -39,7 +39,7 @@ export default [
                   {
                     path: '/workbench/dashboard',
                     name: 'dashboard',
-                    icon: 'icon-tachometer-alt',
+                    icon: 'slide',
                     component: './workbench/Dashboard'
                   }
                 ]