提交 45aa9922 authored 作者: 王腾飞's avatar 王腾飞

1216

上级 360495fc
......@@ -158,8 +158,8 @@ export const asyncRouterMap = [{
component: _import('submission/infoview/mycommit'),
name: 'mycommit',
meta: {
title: '我提交的',
routerIds: ['240301'],
title: '资源列表',
routerIds: ['2405'],
search:true
},
},{
......@@ -168,72 +168,87 @@ export const asyncRouterMap = [{
name: 'myedit',
meta: {
title: '我编辑的',
routerIds: ['240302'],
routerIds: ['2406'],
search:true
},
},{
path: 'allresource',
component: _import('submission/infoview/allresource'),
name: 'allresource',
meta: {
title: '全部资源',
routerIds: ['240303'],
search:true
},
},{
path: 'atlas',
component: _import('submission/infoview/atlas'),
name: 'atlas',
meta: {
title: '我的图册',
routerIds: ['240305']
},
},{
path: 'addatlas',
component: _import('submission/infoview/addatlas'),
name: 'addatlas',
meta: {
title: '增加图册',
routerIds: ['240305']
},
hidden: true
},{
path: 'photolook',
component: _import('submission/infoview/photolook'),
name: 'photolook',
meta: {
title: '查看图册',
routerIds: ['240305']
},
hidden: true
},{
path: 'addnewphoto',
component: _import('submission/infoview/addnewphoto'),
name: 'addnewphoto',
meta: {
title: '上传新照片',
routerIds: ['240305']
},
hidden: true
},{
path: 'editphotoresource',
component: _import('submission/infoview/editphotoresource'),
name: 'editphotoresource',
meta: {
title: '编辑照片资源',
routerIds: ['240305']
},
hidden: true
},{
path: 'swiper',
component: _import('submission/infoview/swiper'),
name: 'swiper',
meta: {
title: '编辑照片资源',
routerIds: ['240305']
},
hidden: true
},
// {
// path: 'allresource',
// component: _import('submission/infoview/allresource'),
// name: 'allresource',
// meta: {
// title: '全部资源',
// routerIds: ['240303'],
// 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: '/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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论