swagger文档展示开发

This commit is contained in:
暮光:城中城
2021-10-20 22:32:25 +08:00
parent 9267aed477
commit 5cb267fba6
16 changed files with 146 additions and 65 deletions

View File

@@ -20,10 +20,18 @@ let routers = [
path: '/doc/console',
name: '控制台',
meta: {
icon: 'DashboardOutlined'
hidden: true,
},
component: () => import('./views/common/Console.vue')
},
{
path: '/doc/manage',
name: '文档管理',
meta: {
icon: 'DashboardOutlined'
},
component: () => import('./views/doc/DocManage.vue')
},
{
path: '/doc/setting',
name: '系统配置',