|
@@ -15,23 +15,23 @@ const web = [
|
|
|
component: () => import('../views/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: '/apply',
|
|
|
- name: 'apply',
|
|
|
- meta: { title: '我要申领' },
|
|
|
- component: () => import('../views/apply/index.vue'),
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/cashing',
|
|
|
- name: 'cashing',
|
|
|
- meta: { title: '我要兑付' },
|
|
|
- component: () => import('../views/cashing/index.vue'),
|
|
|
+ path: '/education',
|
|
|
+ name: 'education',
|
|
|
+ meta: { title: '科普教育' },
|
|
|
+ component: () => import('../views/education/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
path: '/service',
|
|
|
name: 'service',
|
|
|
- meta: { title: '我要服务' },
|
|
|
+ meta: { title: '科教服务' },
|
|
|
component: () => import('../views/service/index.vue'),
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/research',
|
|
|
+ name: 'research',
|
|
|
+ meta: { title: '研发杂记' },
|
|
|
+ component: () => import('../views/research/index.vue'),
|
|
|
+ },
|
|
|
];
|
|
|
const routes = [...web];
|
|
|
const router = new VueRouter({
|