fix: 告警数目跳转404

This commit is contained in:
TsMask
2024-01-16 18:51:00 +08:00
parent 6b04f8fe04
commit 7b05d5e6ef

View File

@@ -30,7 +30,7 @@ function fnClick({ key }: MenuInfo) {
/**告警数按钮提示跳转 */
function fnClickAlarm() {
router.push({ path: '/faultManage/active-alarm' });
router.push({ name: 'ActiveAlarm_2088' });
}
/**系统使用手册跳转 */