hsy 2 주 전
부모
커밋
274ca4cef8
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/router/modules/login.ts

+ 4 - 1
src/router/modules/login.ts

@@ -13,5 +13,8 @@ export default [
       title: "",
     },
   },
-  
+  {
+    path: "/:pathMatch(.*)",
+    component: () => import("@/views/entry.vue"),
+  },
 ] as RouteConfigsTable[];