|
@@ -31,39 +31,44 @@ const infoview = [
|
|
|
// 科研信息
|
|
|
const scientific = [
|
|
|
{
|
|
|
- path: '/scientific-personnel/index',
|
|
|
+ path: '/scientific/index',
|
|
|
+ meta: { title: '科研信息' },
|
|
|
+ component: () => import('../views/scientific/index.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/scientific/personnel/index',
|
|
|
meta: { title: '主任及科研助理信息展示' },
|
|
|
- component: () => import('../views/scientific-personnel/index.vue'),
|
|
|
+ component: () => import('../views/scientific/personnel/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/scientific-learning/index',
|
|
|
+ path: '/scientific/learning/index',
|
|
|
meta: { title: '学术委员会信息展示' },
|
|
|
- component: () => import('../views/scientific-learning/index.vue'),
|
|
|
+ component: () => import('../views/scientific/learning/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/scientific-task/index',
|
|
|
+ path: '/scientific/task/index',
|
|
|
meta: { title: '承担科研任务信息展示' },
|
|
|
- component: () => import('../views/scientific-task/index.vue'),
|
|
|
+ component: () => import('../views/scientific/task/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/scientific-award/index',
|
|
|
+ path: '/scientific/award/index',
|
|
|
meta: { title: '获奖信息展示' },
|
|
|
- component: () => import('../views/scientific-award/index.vue'),
|
|
|
+ component: () => import('../views/scientific/award/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/scientific-paper/index',
|
|
|
+ path: '/scientific/paper/index',
|
|
|
meta: { title: '论文发表记录展示' },
|
|
|
- component: () => import('../views/scientific-paper/index.vue'),
|
|
|
+ component: () => import('../views/scientific/paper/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/scientific-achieve/index',
|
|
|
+ path: '/scientific/achieve/index',
|
|
|
meta: { title: '成果展示' },
|
|
|
- component: () => import('../views/scientific-achieve/index.vue'),
|
|
|
+ component: () => import('../views/scientific/achieve/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/scientific-otherachieve/index',
|
|
|
+ path: '/scientific/otherachieve/index',
|
|
|
meta: { title: '其他成果' },
|
|
|
- component: () => import('../views/scientific-otherachieve/index.vue'),
|
|
|
+ component: () => import('../views/scientific/otherachieve/index.vue'),
|
|
|
},
|
|
|
];
|
|
|
// 学术交流
|