Browse Source

refactor: vue3.3 defineOptions

shizhong 1 year ago
parent
commit
b80702cd9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/modules/remaining.ts

+ 1 - 1
src/router/modules/remaining.ts

@@ -60,7 +60,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
       {
         path: 'index',
         component: () => import('@/views/Home/Index.vue'),
-        name: 'Index',
+        name: 'Home',
         meta: {
           title: t('router.home'),
           icon: 'ep:home-filled',