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

1217

上级 45aa9922
......@@ -182,73 +182,60 @@ export const asyncRouterMap = [{
// search:true
// },
// },
// }]
{
path: '/submission/atlaslist',
redirect: '/submission/atlaslist/metadataplan',
component: _import('submission/atlaslist/index'),
alwaysShow: true,
meta: {
title: '图册列表',
routerIds: ['2407']
},
children: [
{
path: 'atlas',
component: _import('submission/atlaslist/atlas'),
name: 'atlas',
meta: {
title: '图册基操',
routerIds: ['2407']
},
},{
path: 'pendingatlas',
component: _import('submission/atlaslist/pendingatlas'),
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
{
path: 'atlas',
component: _import('submission/infoview/atlas'),
name: 'atlas',
meta: {
title: '图册列表',
routerIds: ['2407']
},
},{
path: 'addatlas',
component: _import('submission/infoview/addatlas'),
name: 'addatlas',
meta: {
title: '增加图册',
routerIds: ['2407']
},
hidden: true
},{
path: 'photolook',
component: _import('submission/infoview/photolook'),
name: 'photolook',
meta: {
title: '查看图册',
routerIds: ['2407']
},
]
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',
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论