This commit is contained in:
Mrx
2026-06-10 12:22:43 +08:00
parent 70cfe458be
commit d682a13af9
19 changed files with 4570 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ const router = createRouter({
return import("./views/Report.vue");
},
},
{
path: "/DWBG9FB3",
name: "DWBG9FB3",
component: () => import("./views/DWBG9FB3Report.vue"),
},
],
});