diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index e379939..bf745cb 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -61,7 +61,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ children: [ { path: '/index', - component: () => import('@/views/Home/index.vue'), + component: () => import('@/views/Home/Index.vue'), name: 'Home', meta: { title: '首页',