feat: introduction

This commit is contained in:
skytek_xinliang
2026-06-25 10:07:46 +08:00
parent 6fed299c56
commit b56c59dd42
12 changed files with 146 additions and 10 deletions
+7
View File
@@ -3,6 +3,7 @@ import Appointment from '@/pages/appointment.vue'
import Checkin from '@/pages/checkin.vue'
import CheckinDetail from '@/pages/checkinDetail.vue'
import Index from '@/pages/index.vue'
import Introduction from '@/pages/introduction.vue'
import Login from '@/pages/login.vue'
import SelfAssessment from '@/pages/self-assessment.vue'
import { useAppStore } from '@/stores/app'
@@ -18,6 +19,12 @@ const router = createRouter({
name: 'home',
component: Index,
},
{
path: '/introduction',
name: 'introduction',
component: Introduction,
meta: { title: '計畫簡介|運動玩轉健康力' },
},
{
path: '/login',
name: 'login',