feat: 添加签到功能,更新相关路由和组件,集成日期选择器
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user