Skip to content

Commit

Permalink
fix: hiding startPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Nov 19, 2024
1 parent 6cb6245 commit 2fb09ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ const routes = [
{
path: '/',
name: 'crm-workspace',
redirect: { name: 'the-start-page' },
redirect: { name: 'contacts' },
component: TheCrmWorkspace,
beforeEnter: checkAppAccess,
children: [
{
path: 'start-page',
name: 'the-start-page',
component: TheStartPage,
},
// {
// path: 'start-page',
// name: 'the-start-page',
// component: TheStartPage,
// },
{
path: 'contacts',
name: CrmSections.CONTACTS,
Expand Down

0 comments on commit 2fb09ef

Please sign in to comment.