张田田 hace 4 meses
padre
commit
e756897a9a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',