Pass service provide recaptcha

This commit is contained in:
2025-07-16 22:29:46 +08:00
parent e4dcf2517a
commit 022f89c36e
11 changed files with 127 additions and 6 deletions

View File

@@ -8,6 +8,11 @@ const router = createRouter({
name: 'index',
component: () => import('../views/index.vue'),
},
{
path: '/captcha',
name: 'captcha',
component: () => import('../views/captcha.vue'),
}
],
})