From f33e4a727a3292a7b16a5f9ea503e05004248e67 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Fri, 20 Mar 2026 10:23:53 +0200 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0android=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 7765454..dc19445 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -34,7 +34,7 @@ const router = createRouter({ component: () => import('../pages/LoginRedirect/index.vue'), }, { - path: '/download/android', + path: '/android-download', name: 'android-download', component: () => import('../pages/AndroidDownload/index.vue'), },