Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00

404页面保留当前url

This commit is contained in:
Defined° 2022-09-28 21:54:36 +08:00
parent 63ca3831ea
commit 6b740582b9

View File

@ -196,7 +196,8 @@ export const asyncRoutes: RouteRecordRaw[] = [
name: "404",
meta: {
title: "404"
}
},
alias: "/:pathMatch(.*)*"
}
]
}