增加android下载链接
site-dist-deploy / build-and-deploy (push) Successful in 1m51s

This commit is contained in:
2026-03-20 11:40:13 +02:00
parent f33e4a727a
commit a350863a3e
3 changed files with 1 additions and 36 deletions
-5
View File
@@ -33,11 +33,6 @@ const router = createRouter({
name: 'login-redirect',
component: () => import('../pages/LoginRedirect/index.vue'),
},
{
path: '/android-download',
name: 'android-download',
component: () => import('../pages/AndroidDownload/index.vue'),
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',