This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user