修改路由配置

This commit is contained in:
ival 2021-04-08 17:33:49 +08:00
parent 1677cfc318
commit 6eb2ca001c

View File

@ -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]