提交 6b1e73b3 authored 作者: 王腾飞's avatar 王腾飞

1217

上级 45aa9922
...@@ -182,73 +182,60 @@ export const asyncRouterMap = [{ ...@@ -182,73 +182,60 @@ export const asyncRouterMap = [{
// search:true // search:true
// }, // },
// }, // },
{
// }] path: 'atlas',
{ component: _import('submission/infoview/atlas'),
path: '/submission/atlaslist', name: 'atlas',
redirect: '/submission/atlaslist/metadataplan', meta: {
component: _import('submission/atlaslist/index'), title: '图册列表',
alwaysShow: true, routerIds: ['2407']
meta: { },
title: '图册列表', },{
routerIds: ['2407'] path: 'addatlas',
}, component: _import('submission/infoview/addatlas'),
children: [ name: 'addatlas',
{ meta: {
path: 'atlas', title: '增加图册',
component: _import('submission/atlaslist/atlas'), routerIds: ['2407']
name: 'atlas', },
meta: { hidden: true
title: '图册基操', },{
routerIds: ['2407'] path: 'photolook',
}, component: _import('submission/infoview/photolook'),
name: 'photolook',
},{ meta: {
path: 'pendingatlas', title: '查看图册',
component: _import('submission/atlaslist/pendingatlas'), routerIds: ['2407']
name: 'pendingatlas',
meta: {
title: '待审核图册',
routerIds: ['240701']
},
},{
path: 'addatlas',
component: _import('submission/atlaslist/addatlas'),
name: 'addatlas',
meta: {
title: '增加图册',
routerIds: ['2407']
},
hidden: true
},{
path: 'photolook',
component: _import('submission/atlaslist/photolook'),
name: 'photolook',
meta: {
title: '查看图册',
routerIds: ['2407']
},
hidden: true
},{
path: 'addnewphoto',
component: _import('submission/atlaslist/addnewphoto'),
name: 'addnewphoto',
meta: {
title: '上传新照片',
routerIds: ['2407']
},
hidden: true
},{
path: 'editphotoresource',
component: _import('submission/atlaslist/editphotoresource'),
name: 'editphotoresource',
meta: {
title: '编辑照片资源',
routerIds: ['2407']
},
hidden: true
}, },
] hidden: true
},{
path: 'addnewphoto',
component: _import('submission/infoview/addnewphoto'),
name: 'addnewphoto',
meta: {
title: '上传新照片',
routerIds: ['2407']
},
hidden: true
},{
path: 'editphotoresource',
component: _import('submission/infoview/editphotoresource'),
name: 'editphotoresource',
meta: {
title: '编辑照片资源',
routerIds: ['2407']
},
hidden: true
},{
path: 'swiper',
component: _import('submission/infoview/swiper'),
name: 'swiper',
meta: {
title: '编辑照片资源',
routerIds: ['2407']
},
hidden: true
// }]
},{ },{
path: '/submission/metadatamange', path: '/submission/metadatamange',
redirect: '/submission/metadatamange/metadataplan', redirect: '/submission/metadatamange/metadataplan',
......
<template>
<div>
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'atlaslist',
data() {
return {
}
}
}
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
<template>
<div>待审核图册</div>
</template>
<script>
export default {
name: 'pendingatlas'
}
</script>
<style>
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论