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