Преглед изворни кода

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

wuhongyuq пре 5 година
родитељ
комит
373a476013
1 измењених фајлова са 9 додато и 11 уклоњено
  1. 9 11
      src/config/menu-config.js

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

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