feat: 新增接口文档路由
Former-commit-id: 2e7c82a6a79f8f9ab8f5a9491268b7fa61518e56
This commit is contained in:
@@ -42,6 +42,11 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
path: '401',
|
||||
component: () => import('@/views/error-page/401.vue'),
|
||||
meta: { hidden: true }
|
||||
},
|
||||
{
|
||||
path: 'apidoc',
|
||||
component: () => import('@/views/demo/apidoc.vue'),
|
||||
meta: { hidden: true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user