修改路由配置
This commit is contained in:
parent
1677cfc318
commit
6eb2ca001c
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user