This commit is contained in:
qsh
2024-05-23 15:24:05 +08:00
parent 3050b9a2fe
commit 33be215c0a
11 changed files with 60 additions and 127 deletions

View File

@@ -50,7 +50,15 @@ const remainingRouter: AppRouteRecordRaw[] = [
noTagsView: true
}
},
{
path: '',
component: Layout,
redirect: '/Home/index',
meta: {
title: '首页',
hidden: true
}
},
{
path: '/user',
component: Layout,