Skip to content

Commit

Permalink
fix: invalid route
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Fish committed Sep 24, 2024
1 parent 4763f05 commit 889746d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/plugins/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ const routes: RouteRecordRaw[] = [
name: 'user-login',
component: () => import('@/view/login.vue'),
},
{
path: '/ugoira',
name: 'ugoira-test',
component: () => import('@/view/ugoira.vue'),
},
{
path: '/about',
name: 'about-us',
Expand Down

0 comments on commit 889746d

Please sign in to comment.