Skip to content

Commit

Permalink
Merge pull request #302 from Bidaya0/feat/add-page-SystemSettings
Browse files Browse the repository at this point in the history
feat: add page system info.
  • Loading branch information
Bidaya0 authored Dec 12, 2022
2 parents 86cbc63 + 7fd9383 commit 04d1610
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,6 @@ const routes: Array<RouteConfig> = [
},
component: () => import('@/views/setting/StatusMonitoring.vue'),
},
{
path: 'SystemSettings',
name: 'SystemSettings',
meta: {
disabled: true,
i18n: 'menu.systemSettings',
name: i18n.t('menu.systemSettings'),
},
component: () => import('@/views/setting/SystemSettings.vue'),
},
{
path: 'changeLogo',
name: 'changeLogo',
Expand Down Expand Up @@ -745,6 +735,16 @@ const adminRoutes: Array<RouteConfig> = [
},
component: () => import('@/views/setting/StatusMonitoring.vue'),
},
{
path: 'SystemSettings',
name: 'SystemSettings',
meta: {
disabled: true,
i18n: 'menu.systemSettings',
name: i18n.t('menu.systemSettings'),
},
component: () => import('@/views/setting/SystemSettings.vue'),
},
{
path: 'changeLogo',
name: 'changeLogo',
Expand Down

0 comments on commit 04d1610

Please sign in to comment.