fix: redesign password recovery flow

This commit is contained in:
2026-05-31 15:51:11 +08:00
parent 0e2f24288f
commit b6c3653b64
7 changed files with 380 additions and 143 deletions
+6
View File
@@ -27,6 +27,12 @@ const router = createRouter({
component: () => import('@/views/auth/RegisterView.vue'),
meta: { title: '注册', noindex: true },
},
{
path: '/forgot-password',
name: 'forgot-password',
component: () => import('@/views/auth/ForgotPasswordView.vue'),
meta: { title: '忘记密码', noindex: true },
},
{
path: '/auth/confirm',
name: 'auth-confirm',