张田田 4 miesięcy temu
rodzic
commit
e756897a9a
1 zmienionych plików z 1 dodań i 0 usunięć
  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',