This commit is contained in:
2026-04-27 17:21:11 +08:00
parent c06b7b10f3
commit 8e4313bdfd
5 changed files with 84 additions and 133 deletions

View File

@ -112,6 +112,7 @@ const routes = [
name: "clockInPage",
component: () => import("../pages/clockInPage/index"),
},
];
const router = createRouter({
history: createWebHashHistory(),