Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/beodomi/front into feat/#31
Browse files Browse the repository at this point in the history
…-riding-view-page
  • Loading branch information
Probe001 committed Jun 10, 2023
2 parents 23e1701 + 9579e5c commit 3a3e265
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 519 deletions.
2 changes: 0 additions & 2 deletions src/components/NavComp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
}, 1);
};
console.log(props.btnBackgroundColor);
// 뒤로 가기 버튼 클릭 이벤트
const router = useRouter();
const goBack = () => {
Expand Down
6 changes: 3 additions & 3 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const routes = [
component: () => import('@/views/passenger/KeyboardSearchView.vue'),
},
{
path: '/favoriteStop',
name: 'favoriteStopView',
component: () => import('@/views/passenger/FavoriteStopView.vue'),
path: '/stopHistory',
name: 'StopHistoryView',
component: () => import('@/views/passenger/StopHistoryView.vue'),
},
{
// 가까운 정류장
Expand Down
Loading

0 comments on commit 3a3e265

Please sign in to comment.