张田田 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',