From f2e7cfa5de6ee7db6e8dfa70dde04fad952fb2ce Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 7 Mar 2022 20:11:06 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/console/accounts.js | 2 +- .../AccountBackupPlanList.vue | 6 ++-- .../components/FormTypeField.vue | 2 +- .../accounts/AccountBackupPlan/index.vue | 36 ------------------- 4 files changed, 5 insertions(+), 41 deletions(-) delete mode 100644 src/views/accounts/AccountBackupPlan/index.vue diff --git a/src/router/console/accounts.js b/src/router/console/accounts.js index c2a29ae3c..387a4e135 100644 --- a/src/router/console/accounts.js +++ b/src/router/console/accounts.js @@ -238,7 +238,7 @@ export default [ children: [ { path: '', - component: () => import('@/views/accounts/AccountBackupPlan/index.vue'), + component: () => import('@/views/accounts/AccountBackupPlan/AccountBackupPlanList'), name: 'AccountBackupPlanIndex', meta: { title: i18n.t('xpack.AccountBackupPlan.AccountBackupPlan') } }, diff --git a/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue b/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue index 1ce6d5464..ccfe16978 100644 --- a/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue +++ b/src/views/accounts/AccountBackupPlan/AccountBackupPlanList.vue @@ -1,16 +1,16 @@ - -