Commit a1e13340356543ef5b7078098bd35653d91d1d23
1 parent
d5d8eea5fe
Exists in
master
and in
3 other branches
add route of meet conference page
Showing
1 changed file
with
12 additions
and
12 deletions
Show diff stats
src/router/paths.js
... | ... | @@ -625,18 +625,18 @@ export default [{ |
625 | 625 | `@/pages/Mark/markDistribution.vue` |
626 | 626 | ) |
627 | 627 | }, |
628 | - // { | |
629 | - // path: '/promotion', | |
630 | - // meta: {}, | |
631 | - // name: 'Promotion', | |
632 | - // props: (route) => ({ type: route.query.type }), | |
633 | - // component: () => | |
634 | - // import ( | |
635 | - // /* webpackChunkName: "routes" */ | |
636 | - // /* webpackMode: "lazy-once" */ | |
637 | - // `@/pages/Mark/promotion.vue` | |
638 | - // ) | |
639 | - // }, | |
628 | + { | |
629 | + path: '/meet', | |
630 | + meta: {}, | |
631 | + name: 'Meet', | |
632 | + props: (route) => ({ type: route.query.type }), | |
633 | + component: () => | |
634 | + import ( | |
635 | + /* webpackChunkName: "routes" */ | |
636 | + /* webpackMode: "lazy-once" */ | |
637 | + `@/pages/Meet/meet.vue` | |
638 | + ) | |
639 | + }, | |
640 | 640 | { |
641 | 641 | path: '/academicYear', |
642 | 642 | meta: {}, | ... | ... |