From ce864c4f34f15bf669523f500b09ff2ae2ea9a5f Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 9 Jun 2020 18:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xpack/Cloud/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' } ] }