提交 360495fc authored 作者: 王腾飞's avatar 王腾飞

1216

上级 df444173
...@@ -181,14 +181,6 @@ export const asyncRouterMap = [{ ...@@ -181,14 +181,6 @@ export const asyncRouterMap = [{
search:true search:true
}, },
},{ },{
path: 'browsebycategory',
component: _import('submission/infoview/browsebycategory'),
name: 'browsebycategory',
meta: {
title: '分类浏览',
routerIds: ['240304']
},
},{
path: 'atlas', path: 'atlas',
component: _import('submission/infoview/atlas'), component: _import('submission/infoview/atlas'),
name: 'atlas', name: 'atlas',
...@@ -248,7 +240,7 @@ export const asyncRouterMap = [{ ...@@ -248,7 +240,7 @@ export const asyncRouterMap = [{
component: _import('submission/metadatamange/index'), component: _import('submission/metadatamange/index'),
alwaysShow: true, alwaysShow: true,
meta: { meta: {
title: '数据管理', title: '数据管理',
routerIds: ['2404'] routerIds: ['2404']
}, },
children: [{ children: [{
...@@ -256,7 +248,7 @@ export const asyncRouterMap = [{ ...@@ -256,7 +248,7 @@ export const asyncRouterMap = [{
component: _import('submission/metadatamange/metadataplan'), component: _import('submission/metadatamange/metadataplan'),
name: 'metadataplan', name: 'metadataplan',
meta: { meta: {
title: '自定义元数据方案', title: '自定义元数据',
routerIds: ['240401'], routerIds: ['240401'],
}, },
},{ },{
...@@ -287,7 +279,15 @@ export const asyncRouterMap = [{ ...@@ -287,7 +279,15 @@ export const asyncRouterMap = [{
routerIds: ['240402'], routerIds: ['240402'],
search: true search: true
}, },
}] },{
path: 'browsebycategory',
component: _import('submission/metadatamange/browsebycategory'),
name: 'browsebycategory',
meta: {
title: '资源分类',
routerIds: ['240403']
},
},]
}] }]
}, },
{ {
......
...@@ -542,7 +542,7 @@ export default { ...@@ -542,7 +542,7 @@ export default {
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
@import './index' @import '../infoview/index'
</style> </style>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论