Browse Source

Merge branch 'master' of http://git.cc-lotus.info/follow/frame-template

wuhongyuq 5 years ago
parent
commit
373a476013
1 changed files with 9 additions and 11 deletions
  1. 9 11
      src/config/menu-config.js

+ 9 - 11
src/config/menu-config.js

@@ -17,25 +17,23 @@ export const devMenu = [
   {
     path: '/doctor',
     name: '医生管理',
-    platform: 'doctor',
+    platform: 'admin',
     children: [
       {
         path: '/list',
         name: '医生列表',
       },
-      // {
-      //   path: '/detail',
-      //   name: '测试详情',
-      // },
-
+    ],
+  },
+  {
+    path: '/nurse',
+    name: '护士管理',
+    platform: 'doctor',
+    children: [
       {
-        path: '/nurse',
+        path: '/list',
         name: '护士列表',
       },
-      {
-        path: '/detail',
-        name: '医生信息',
-      },
     ],
   },
   {