Skip to content

Commit

Permalink
project router debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nc2U committed Jul 3, 2023
1 parent 687f770 commit d27f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/vue/src/router/modules/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const pageViewAuth = computed(
const projects = {
path: 'project',
name: '신규 프로젝트',
redirect: '/project/manage',
redirect: '/project/manage/index',
component: {
render() {
return h(resolveComponent('router-view'))
Expand Down

0 comments on commit d27f098

Please sign in to comment.