hsy 2 tuần trước cách đây
mục cha
commit
274ca4cef8
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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[];