diff --git a/src/router/index.ts b/src/router/index.ts index b0df9fb5..1273fcf7 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -196,7 +196,8 @@ export const asyncRoutes: RouteRecordRaw[] = [ name: "404", meta: { title: "404" - } + }, + alias: "/:pathMatch(.*)*" } ] }