Browse Source

菜单修改

wuhongyuq 5 years ago
parent
commit
14cf0137fc
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/config/menu-config.js

+ 7 - 2
src/config/menu-config.js

@@ -23,9 +23,14 @@ export const devMenu = [
         path: '/list',
         name: '医生列表',
       },
+      // {
+      //   path: '/detail',
+      //   name: '测试详情',
+      // },
+
       {
-        path: '/detail',
-        name: '测试详情',
+        path: '/nurse',
+        name: '护士列表',
       },
     ],
   },