소스 검색

feat: 图标

outaozhen 5 년 전
부모
커밋
9ec86961aa
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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'
                   }
                 ]