Browse Source

更新群组

wuhongyuq 5 years ago
parent
commit
ad95f2a999
1 changed files with 15 additions and 0 deletions
  1. 15 0
      src/config/menu-config.js

+ 15 - 0
src/config/menu-config.js

@@ -38,4 +38,19 @@ export const devMenu = [
       },
     ],
   },
+  {
+    path: '/group',
+    name: '群组',
+    platform: 'group',
+    children: [
+      {
+        path: '/phone',
+        name: '手机',
+      },
+      {
+        path: '/pc',
+        name: 'PC',
+      },
+    ],
+  },
 ];