swagger查看页面路由交互开发

This commit is contained in:
暮光:城中城
2021-10-26 23:49:47 +08:00
parent 395090e958
commit 3a695ebd1a
9 changed files with 67 additions and 81 deletions

View File

@@ -6,21 +6,13 @@ let routers = [
path: '/',
name: '主页',
component: () => import('./components/layouts/GlobalLayout.vue'),
redirect: '/doc/console',
redirect: '/doc/info',
children: [
{
path: '/doc',
name: '系统配置',
component: PageLayout,
children: [
{
path: '/doc/console',
name: '控制台',
meta: {
hidden: true,
},
component: () => import('./views/common/Console.vue')
},
{
path: '/doc/info',
name: '文档信息',