调整代码: 关闭ibp入口

This commit is contained in:
fan 2019-08-27 17:07:32 +08:00
parent 846b267e64
commit 12b6535254
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -7,7 +7,7 @@
</div>
<div class="display-draft">
<el-button-group>
<el-button @click="jumpIbp">IBP盘</el-button>
<!--<el-button @click="jumpIbp">IBP盘</el-button>-->
<el-button type="jumpjlmap3d" @click="jumpjlmap3d">{{ jl3dname }}</el-button>
<template v-if="questId">
<el-button type="danger" @click="handleQuitQuest">退出剧本</el-button>