const MENU_COMMON = [ { path: '/common/userMatch', icon: 'Connection', name: '账户匹配' } ]; if (import.meta.env.DEV) { MENU_COMMON.push({ path: '/common/docTest', icon: 'Connection', name: '文档生成' }); } const MENU_FYSP = [ // { // icon: 'Search', // name: '巡查审核', // children: [ // ] // }, { path: '/fysp/procheck', icon: 'CircleCheck', name: '问题整改' }, { icon: 'List', name: '任务管理', children: [ { path: '/fysp/task/manage', icon: 'CircleCheck', name: '监管任务' }, { path: '/fysp/sceneInfo', icon: 'Files', name: '场景信息' } ] }, { icon: 'DataAnalysis', name: '基础数据产品', children: [ { path: '/fysp/data-product/ProdScenseInfo', icon: 'Document', name: '场景清单', }, { path: '/fysp/data-product/ProdMonitorTaskInfo', icon: 'Document', name: '监管清单', }, { path: '/fysp/data-product/ProdTreatmentDeviceInfo', icon: 'Document', name: '防治设备清单', }, ] }, { icon: 'DataAnalysis', name: '中间数据产品', children: [ { path: '/fysp/data-product/profollow', icon: 'Document', name: '问题动态跟踪' }, { path: '/fysp/data-product/proanalysis', icon: 'Document', name: '问题整改分析' }, { path: '/fysp/data-product/standardjudge', icon: 'Document', name: '规范性评估' }, { path: '/fysp/data-product/dailyreport', icon: 'Document', name: '日报管理' }, { path: '/fysp/data-product/lawenforcelist', icon: 'Document', name: '联合执法清单' }, ] }, { icon: 'DataAnalysis', name: '最终数据产品', children: [ { path: '/fysp/data-product/scenereport', icon: 'Document', name: '场景分析报告' } ] }, // { // path: '/changecheck', // icon: 'Search', // name: '整改审核', // }, { icon: 'DocumentChecked', name: '自动评估', children: [ { path: '/fysp/evaluation/evalutationTask', icon: 'MessageBox', name: '评估任务' }, { path: '/fysp/evaluation/evalutationRecord', icon: 'Tickets', name: '评估记录' } ] }, { icon: 'Setting', name: '配置管理', children: [ { path: '/fysp/config/problemType', icon: 'List', name: '监管问题' }, { path: '/fysp/config/deviceMatch', icon: 'List', name: '设备匹配' }, { //评估规则管理 path: '/fysp/config/evalutationRule', icon: 'List', name: '评估规则' } ] }, { path: '/fysp/support', icon: 'Files', name: '对外支持' }, // { // path: '/dailyreport', // icon: 'Search', // name: '日报管理', // }, // { // icon: 'Search', // name: '场景报告', // children: [ // { // path: '/scenereport/construction', // icon: 'Search', // name: '工地', // }, // { // path: '/scenereport/wharf', // icon: 'Search', // name: '码头', // }, // { // path: '/scenereport/mixing', // icon: 'Search', // name: '搅拌站', // }, // { // path: '/scenereport/storage', // icon: 'Search', // name: '堆场', // }, // ], // }, // { // icon: 'Search', // name: '用户管理', // children: [ // { // group: true, // name: '飞羽监管', // children: [ // ] // }, // ] // }, ...MENU_COMMON ]; const MENU_FYTZ = [ // { // path: '/fytz/ledger', // icon: 'Search', // name: '台账审核' // }, { path: '/fytz/notice', icon: 'Message', name: '通知管理' }, { path: '/fytz/userInfo', icon: 'User', name: '账户信息' }, { icon: 'Search', name: '资源管理', children: [ { path: '/fytz/enforceCase', icon: 'Search', name: '督察案例' } ] }, ...MENU_COMMON ]; const MENU_FYPW = [ { path: '/scenereport/storage', icon: 'Search', name: '排污抽运' } ]; export { MENU_FYSP, MENU_FYTZ, MENU_FYPW, MENU_COMMON };