|
|
@@ -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',
|