소스 검색

feat: add more 404

chenshuai2144 4 년 전
부모
커밋
922b92b849
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      config/routes.ts

+ 6 - 0
config/routes.ts

@@ -13,6 +13,9 @@
           },
         ],
       },
+      {
+        component: './404',
+      },
     ],
   },
   {
@@ -34,6 +37,9 @@
         icon: 'smile',
         component: './Welcome',
       },
+      {
+        component: './404',
+      },
     ],
   },
   {