diff --git a/src/router/pam/security.js b/src/router/pam/security.js index 7fd16893c..e1c76c2ec 100644 --- a/src/router/pam/security.js +++ b/src/router/pam/security.js @@ -16,7 +16,7 @@ export default [ { path: '', component: () => import('@/views/pam/AccountCheck/index.vue'), - name: 'AccountCheckSummary', + name: 'AccountCheckList', meta: { title: i18n.t('账号检查'), menuTitle: i18n.t('账号检查') @@ -25,7 +25,7 @@ export default [ { path: 'create', component: () => import('@/views/pam/AccountCheck/AccountCheckCreateUpdate.vue'), - name: 'AccountCheckCreate', + name: 'AccountCheckCreateUpdate', hidden: true, meta: { title: i18n.t('AccountCheckCreate') diff --git a/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue b/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue index 74ff81bc0..89717a576 100644 --- a/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue +++ b/src/views/pam/AccountCheck/AccountCheckCreateUpdate.vue @@ -5,7 +5,7 @@