登陆页面获取逻辑修改
site-dist-deploy / build-and-deploy (push) Successful in 1m46s

This commit is contained in:
2026-03-07 11:47:45 +02:00
parent 9e00434eb6
commit 1fa5d49572
2 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const router = createRouter({
component: () => import('../pages/PrivacyPolicy/index.vue'),
},
{
path: '/login/:token',
path: '/login',
name: 'login-redirect',
component: () => import('../pages/LoginRedirect/index.vue'),
},