swagger文档树展示开发

This commit is contained in:
暮光:城中城
2021-10-26 22:32:42 +08:00
parent 1d999710bb
commit 395090e958
18 changed files with 424 additions and 71 deletions

View File

@@ -21,6 +21,14 @@ let routers = [
},
component: () => import('./views/common/Console.vue')
},
{
path: '/doc/info',
name: '文档信息',
meta: {
icon: 'InfoCircleOutlined',
},
component: () => import('./views/doc/DocInfo.vue')
},
{
path: '/doc/manage',
name: '文档管理',