feat: 添加签到功能,更新相关路由和组件,集成日期选择器

This commit is contained in:
2026-01-18 01:45:22 +07:00
parent 4dd2a49c70
commit 1bdaad1434
9 changed files with 83 additions and 87 deletions

View File

@@ -40,8 +40,8 @@ const routes: Array<RouteRecordRaw> = [
],
},
{
path: "/signup",
component: () => import("@/views/signup/index.vue"),
path: "/check_in",
component: () => import("@/views/check_in/index.vue"),
},
{
path: "/invite",