fix: 修复部分路由错误

This commit is contained in:
2024-06-17 21:16:49 +08:00
parent 71e53b6e40
commit 92e773e621
5 changed files with 23 additions and 19509 deletions

View File

@@ -35,7 +35,6 @@ export const constantRoutes: RouteRecordRaw[] = [
},
{
path: '/',
name: 'Home',
component: Layout,
redirect: '/home',
meta: { hidden: false },