张田田 5 달 전
부모
커밋
e756897a9a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/router/index.ts

+ 1 - 0
src/router/index.ts

@@ -9,6 +9,7 @@ const router = createRouter({
       path: '/',
       component: () => import(`@/pages/index.vue`),
       children: [
+        {path: 'editor', component: () => import(`@/pages/EditorDemo.vue`) },
         { path: 'patient/history', component: () => import(`@/pages/index/patient/history.vue`) },
         {
           path: 'patient/room',