1
This commit is contained in:
@@ -169,6 +169,18 @@ export default new Router({
|
|||||||
meta:{title:'Manuscript detail'},
|
meta:{title:'Manuscript detail'},
|
||||||
hidden:true
|
hidden:true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path:'/chiefeditor',
|
||||||
|
component:()=>import('../components/page/chiefeditor.vue'),
|
||||||
|
meta:{title:'Editor list'},
|
||||||
|
hidden:true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path:'/chiefperiod',
|
||||||
|
component:()=>import('../components/page/chiefperiod.vue'),
|
||||||
|
meta:{title:'Journal list'},
|
||||||
|
hidden:true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/404',
|
path: '/404',
|
||||||
component: () => import(/* webpackChunkName: "404" */ '../components/page/404.vue'),
|
component: () => import(/* webpackChunkName: "404" */ '../components/page/404.vue'),
|
||||||
|
|||||||
Reference in New Issue
Block a user