修改router配置

This commit is contained in:
ival 2019-08-28 10:07:19 +08:00
parent 0fa4d4c204
commit b4a189a002

View File

@ -382,13 +382,13 @@ export const asyncRouter = [
} }
] ]
}, },
{ // {
path: 'ibp/edit', // path: 'ibp/edit',
component: IbpEdit, // component: IbpEdit,
meta: { // meta: {
i18n: 'router.ibpDraw' // i18n: 'router.ibpDraw'
} // }
}, // },
{ {
path: 'runPlan', path: 'runPlan',
redirect: '/map/runPlan/view/draft', redirect: '/map/runPlan/view/draft',