Skip to content

Commit

Permalink
Merge pull request #165 from webitel/fix/hiding-start-page
Browse files Browse the repository at this point in the history
fix: hiding startPage
  • Loading branch information
Lera24 authored Nov 19, 2024
2 parents 6cb6245 + 2fb09ef commit 0483568
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 0483568

Please sign in to comment.