diff --git a/src/router/index.js b/src/router/index.js index 3ee5dad54..1061f718c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1150,7 +1150,7 @@ export const asyncRouter = [ { path:'/iscs_new/design/compose/edit', hidden: true, - component: IscsNewDesign, + component: IscsNewDraw, meta: { i18n: 'router.iscsDraw', roles: [admin] @@ -1159,7 +1159,7 @@ export const asyncRouter = [ { path:'/iscs_new/design/map/edit', hidden: true, - component: IscsNewDraw, + component: IscsNewDesign, meta: { i18n: 'router.iscsDraw', roles: [admin]