@@ -47,4 +47,15 @@ export const devMenu = [
},
],
+ {
+ path: '/patient',
+ name: '病人',
+ platform: 'patient',
+ children: [
+ path: '/list',
+ name: '病人列表',
+ },
+ ],
];