添加依赖管理

This commit is contained in:
whyour
2021-10-24 17:07:16 +08:00
parent bd8953ea81
commit 0c2a2af308
12 changed files with 270 additions and 159 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ import {
FolderOutlined,
RadiusSettingOutlined,
ControlOutlined,
ContainerOutlined,
} from '@ant-design/icons';
export default {
@@ -51,7 +52,7 @@ export default {
{
path: '/dependence',
name: '依赖管理',
icon: <FormOutlined />,
icon: <ContainerOutlined />,
component: '@/pages/dependence/index',
},
{