Browse Source

fix: 菜单图标

lvkun996 2 năm trước cách đây
mục cha
commit
9df6c87f5d
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/router/index.ts

+ 3 - 2
src/router/index.ts

@@ -142,7 +142,8 @@ export const routes: Array<ROUTER.RoutesProps> = [
         path: '/task',
         name: '任务中心',
         redirect: '/task/manage',
-        icon: 'DatabaseOutlined',
+        // <container-outlined />
+        icon: 'ContainerOutlined',
         children: [
           {
             path: '/task/manage',
@@ -160,7 +161,7 @@ export const routes: Array<ROUTER.RoutesProps> = [
         path: '/sys',
         name: '系统设置',
         redirect: '/sys/logo',
-        icon: 'DatabaseOutlined',
+        icon: 'SettingOutlined',
         children: [
           {
             path: '/sys/logo',