添加提交

This commit is contained in:
2025-03-18 19:16:08 +08:00
parent 3618b5a4b2
commit e4e7507f85
15 changed files with 382 additions and 19 deletions

View File

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