@@ -103,60 +103,53 @@ export const whiteMenuList = [
//开发阶段临时创造的菜单白名单,等后端接口菜单完善后弃用
export const devPushMenuList = [
- {
- id: '2000',
- name: '数据驾驶舱',
- parentId: '-1',
- url: 'test',
- type: 'MENU',
- },
- id: '2001',
- name: '派单分析',
- parentId: '2000',
- url: 'test1',
- id: '2002',
- name: '服务单元分析',
- url: 'test2',
- id: '2003',
- name: 'SOP预警监控',
- url: 'test3',
- id: '2004',
- name: '项目进度监控',
- url: 'test4',
- id: '2005',
- name: '设备保障监控',
- url: 'test5',
- id: '2006',
- name: '质量监控分析',
- url: 'test6',
// {
- // id: '3001',
- // name: '设备发货管理',
- // parentId: '36',
- // url: 'test7',
+ // id: '2000',
+ // name: '数据驾驶舱',
+ // parentId: '-1',
+ // url: 'test',
+ // type: 'MENU',
+ // },
+ // {
+ // id: '2001',
+ // name: '派单分析',
+ // parentId: '2000',
+ // url: 'test1',
+ // id: '2002',
+ // name: '服务单元分析',
+ // url: 'test2',
+ // id: '2003',
+ // name: 'SOP预警监控',
+ // url: 'test3',
+ // id: '2004',
+ // name: '项目进度监控',
+ // url: 'test4',
+ // id: '2005',
+ // name: '设备保障监控',
+ // url: 'test5',
+ // id: '2006',
+ // name: '质量监控分析',
+ // url: 'test6',
// type: 'MENU',
// },
];