From 57486f8c6ae76a2fa5e8c5f6f53c34f2d803c05c Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Tue, 29 Apr 2025 16:47:41 +0800 Subject: [PATCH 1/2] dev --- src/components/outpatient/Case.vue | 11 +++++++++-- src/views/outpatient/index.vue | 5 +++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/outpatient/Case.vue b/src/components/outpatient/Case.vue index 546625c..f1c83c9 100644 --- a/src/components/outpatient/Case.vue +++ b/src/components/outpatient/Case.vue @@ -19,6 +19,7 @@ \ No newline at end of file diff --git a/src/router/index.ts b/src/router/index.ts index 27e3cf3..f581053 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -30,6 +30,21 @@ const router = createRouter({ ] }, + { + path: '/dev', + component: () => import('../views/Layout.vue'), + children: [ + { + path: "", + redirect: "/dev/dev", + }, + { + path: "dev", + component: () => import('../views/dev/dev.vue'), + } + + ] + }, { path: '/inventory', component: () => import('../views/LayoutInventory.vue'), diff --git a/src/views/dev/dev.vue b/src/views/dev/dev.vue new file mode 100644 index 0000000..5050aba --- /dev/null +++ b/src/views/dev/dev.vue @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file