Selaa lähdekoodia

fix: 菜单图标

lvkun996 2 vuotta sitten
vanhempi
commit
9df6c87f5d
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  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',
         path: '/task',
         name: '任务中心',
         name: '任务中心',
         redirect: '/task/manage',
         redirect: '/task/manage',
-        icon: 'DatabaseOutlined',
+        // <container-outlined />
+        icon: 'ContainerOutlined',
         children: [
         children: [
           {
           {
             path: '/task/manage',
             path: '/task/manage',
@@ -160,7 +161,7 @@ export const routes: Array<ROUTER.RoutesProps> = [
         path: '/sys',
         path: '/sys',
         name: '系统设置',
         name: '系统设置',
         redirect: '/sys/logo',
         redirect: '/sys/logo',
-        icon: 'DatabaseOutlined',
+        icon: 'SettingOutlined',
         children: [
         children: [
           {
           {
             path: '/sys/logo',
             path: '/sys/logo',