This commit is contained in:
wangjinlei
2021-06-24 10:28:52 +08:00
parent f1d5ae1d76
commit b7d1ef35e2
8 changed files with 147 additions and 29 deletions

View File

@@ -216,6 +216,11 @@ export default new Router({
component:()=>import('../components/page/reviewer.vue'),
meta:{title:'reviewer'}
},
{
path:'/orcidLink',
component:()=>import('../components/page/orcidLink.vue'),
meta:{title:'orcidLink'}
},
{
path:'/thanks',
component:()=>import('../components/page/thanks.vue'),