src/constants/menu.js
@@ -4,7 +4,15 @@
    icon: 'Connection',
    name: '账户匹配'
  }
]
];
if (import.meta.env.DEV) {
  MENU_COMMON.push({
    path: '/common/docTest',
    icon: 'Connection',
    name: '文档生成'
  });
}
const MENU_FYSP = [
  // {
@@ -26,14 +34,14 @@
      {
        path: '/fysp/task/manage',
        icon: 'CircleCheck',
        name: '监管任务',
        name: '监管任务'
      },
      {
        path: '/fysp/sceneInfo',
        icon: 'Files',
        name: '场景信息',
      },
    ],
        name: '场景信息'
      }
    ]
  },
  {
    icon: 'DataAnalysis',
@@ -42,24 +50,24 @@
      {
        path: '/fysp/data-product/profollow',
        icon: 'Document',
        name: '问题动态跟踪',
        name: '问题动态跟踪'
      },
      {
        path: '/fysp/data-product/proanalysis',
        icon: 'Document',
        name: '问题整改分析',
        name: '问题整改分析'
      },
      {
        path: '/fysp/data-product/standardjudge',
        icon: 'Document',
        name: '规范性评估',
        name: '规范性评估'
      },
      {
        path: '/fysp/data-product/dailyreport',
        icon: 'Document',
        name: '日报管理',
      },
    ],
        name: '日报管理'
      }
    ]
  },
  {
    icon: 'DataAnalysis',
@@ -68,9 +76,9 @@
      {
        path: '/fysp/data-product/scenereport',
        icon: 'Document',
        name: '场景报告',
      },
    ],
        name: '场景报告'
      }
    ]
  },
  // {
  //   path: '/changecheck',
@@ -84,14 +92,14 @@
      {
        path: '/fysp/evaluation/evalutationTask',
        icon: 'MessageBox',
        name: '评估任务',
        name: '评估任务'
      },
      {
        path: '/fysp/evaluation/evalutationRecord',
        icon: 'Tickets',
        name: '评估记录',
      },
    ],
        name: '评估记录'
      }
    ]
  },
  {
    icon: 'Setting',
@@ -100,20 +108,20 @@
      {
        path: '/fysp/config/problemType',
        icon: 'List',
        name: '监管问题',
        name: '监管问题'
      },
      {
        path: '/fysp/config/deviceMatch',
        icon: 'List',
        name: '设备匹配',
        name: '设备匹配'
      },
      {
        //评估规则管理
        path: '/fysp/config/evalutationRule',
        icon: 'List',
        name: '评估规则',
      },
    ],
        name: '评估规则'
      }
    ]
  },
  {
    path: '/fysp/support',
@@ -166,7 +174,7 @@
  //   ]
  // },
  ...MENU_COMMON
]
];
const MENU_FYTZ = [
  {
@@ -196,7 +204,7 @@
    ]
  },
  ...MENU_COMMON
]
];
const MENU_FYPW = [
  {
@@ -204,6 +212,6 @@
    icon: 'Search',
    name: '排污抽运'
  }
]
];
export { MENU_FYSP, MENU_FYTZ, MENU_FYPW, MENU_COMMON }
export { MENU_FYSP, MENU_FYTZ, MENU_FYPW, MENU_COMMON };