瀏覽代碼

fix: 菜单图标

lvkun996 2 年之前
父節點
當前提交
9df6c87f5d
共有 1 個文件被更改,包括 3 次插入2 次删除
  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',