|
|
@@ -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',
|