添加依赖管理

This commit is contained in:
whyour
2021-10-23 18:23:32 +08:00
parent bad247c51c
commit 795d1b938d
19 changed files with 1170 additions and 17 deletions
+6
View File
@@ -48,6 +48,12 @@ export default {
icon: <FormOutlined />,
component: '@/pages/script/index',
},
{
path: '/dependence',
name: '依赖管理',
icon: <FormOutlined />,
component: '@/pages/dependence/index',
},
{
path: '/diff',
name: '对比工具',