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[];