diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js index 148e5c71..0aec8a30 100644 --- a/src/store/modules/settings.js +++ b/src/store/modules/settings.js @@ -11,7 +11,6 @@ import _ from 'lodash' const settings = { state: { - activeTab: 'instance', configDisabled: true, db: {}, description: [], @@ -36,9 +35,6 @@ const settings = { state.updatedSettings = updatedSettings } }, - SET_ACTIVE_TAB: (state, tab) => { - state.activeTab = tab - }, SET_DESCRIPTION: (state, data) => { state.description = data }, diff --git a/src/views/settings/index.vue b/src/views/settings/index.vue index 08f0cb64..fa6cf500 100644 --- a/src/views/settings/index.vue +++ b/src/views/settings/index.vue @@ -29,31 +29,13 @@ @select="handleSearchSelect"/> - - - - - +

{{ $t('settings.settings') }}

-
- - - - - - - - - - - - - - - - - - - - + +