diff --git a/src/views/xpack/Cloud/index.vue b/src/views/xpack/Cloud/index.vue index 3367c4956..18665dcca 100644 --- a/src/views/xpack/Cloud/index.vue +++ b/src/views/xpack/Cloud/index.vue @@ -22,13 +22,13 @@ export default { config: { activeMenu: 'SyncInstanceTaskList', submenu: [ - { - title: this.$t('xpack.Cloud.SyncInstanceTaskList'), - name: 'SyncInstanceTaskList' - }, { title: this.$t('xpack.Cloud.AccountList'), name: 'AccountList' + }, + { + title: this.$t('xpack.Cloud.SyncInstanceTaskList'), + name: 'SyncInstanceTaskList' } ] }