This commit is contained in:
qsh
2024-05-27 15:58:17 +08:00
parent 34b4f84293
commit 1f9be6227c
14 changed files with 173 additions and 43 deletions

View File

@@ -54,11 +54,24 @@ const remainingRouter: AppRouteRecordRaw[] = [
path: '',
component: Layout,
redirect: '/Home/index',
name: '',
meta: {
title: '首页',
hidden: true
}
},
{
path: '/swagger',
component: () => import('@/views/Basic/Swagger/index.vue'),
name: 'swagger',
meta: {
title: '接口文档',
noCache: true,
hidden: true,
canTo: true,
icon: ''
}
},
{
path: '/user',
component: Layout,