feat: 課程建議
This commit is contained in:
@@ -2,6 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
||||
import Appointment from '@/pages/appointment.vue'
|
||||
import Checkin from '@/pages/checkin.vue'
|
||||
import CheckinDetail from '@/pages/checkinDetail.vue'
|
||||
import Course from '@/pages/course.vue'
|
||||
import Index from '@/pages/index.vue'
|
||||
import Introduction from '@/pages/introduction.vue'
|
||||
import Login from '@/pages/login.vue'
|
||||
@@ -41,6 +42,12 @@ const router = createRouter({
|
||||
component: Appointment,
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: '/course',
|
||||
name: 'course',
|
||||
component: Course,
|
||||
meta: { requiresAuth: true, title: '課程建議|運動玩轉健康力' },
|
||||
},
|
||||
{
|
||||
path: '/checkin',
|
||||
name: 'checkin',
|
||||
|
||||
Reference in New Issue
Block a user