增加login- redirect路径
site-dist-deploy / build-and-deploy (push) Successful in 1m27s

This commit is contained in:
2026-01-23 06:27:16 -08:00
parent 77e7d81c4b
commit 0af2e0f896
2 changed files with 38 additions and 0 deletions
+5
View File
@@ -28,6 +28,11 @@ const router = createRouter({
name: 'privacy-policy',
component: () => import('../pages/PrivacyPolicy/index.vue'),
},
{
path: '/login/:token',
name: 'login-redirect',
component: () => import('../pages/LoginRedirect/index.vue'),
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',