From 900af3a77449b1351d45bd63a3255b82d7342963 Mon Sep 17 00:00:00 2001 From: Tao-826 <2513445933@qq.com> Date: Fri, 11 Jul 2025 10:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E4=BD=9C=E4=B8=AA=E4=BA=BA=E5=81=A5?= =?UTF-8?q?=E5=BA=B7=E4=B8=AD=E5=BF=83=E4=BA=BA=E5=91=98=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layouts/defaultLayout.vue | 2 + src/views/personalHealthCenter/index.vue | 153 +++++++++++++++++++++++ 2 files changed, 155 insertions(+) create mode 100644 src/views/personalHealthCenter/index.vue diff --git a/src/components/layouts/defaultLayout.vue b/src/components/layouts/defaultLayout.vue index 0a61174..cfeb703 100644 --- a/src/components/layouts/defaultLayout.vue +++ b/src/components/layouts/defaultLayout.vue @@ -30,12 +30,14 @@ import Home from '@/views/home/index.vue' import personnePostPhysicalExamination from '@/views/personnePostPhysicalExamination/index.vue' import personnelHealthMonitoring from '@/views/personnelHealthMonitoring/index.vue' +import personalHealthCenter from '@/views/personalHealthCenter/index.vue' const currentComponent = shallowRef(null) const staticRoutes = { personnePostPhysicalExamination, personnelHealthMonitoring, + personalHealthCenter } const route = useRoute() diff --git a/src/views/personalHealthCenter/index.vue b/src/views/personalHealthCenter/index.vue new file mode 100644 index 0000000..b2076ba --- /dev/null +++ b/src/views/personalHealthCenter/index.vue @@ -0,0 +1,153 @@ + + + + + \ No newline at end of file