This commit is contained in:
2025-03-20 18:58:41 +08:00
parent 33ed22434b
commit c8171a5bf2
4 changed files with 42 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import { STORAGE_KEY } from "./utils/const"
const routes = [
{ path: "/", name: "home", component: Home },
{
path: "/submissions",
path: "/submissions/:page",
name: "submissions",
component: () => import("./pages/Submissions.vue"),
},