This commit is contained in:
chenlin
2025-12-16 15:03:04 +08:00
6 changed files with 31 additions and 29 deletions

View File

@@ -73,7 +73,7 @@ let scrollTimer: NodeJS.Timeout | null = null
let isScrolling = false
const handleItemClick = (item: AlertItem) => {
window.open(`http://10.0.64.20/configcenter/console/device-manage`, '_blank')
window.open(`http://10.0.64.20/pms/workorder-list`, '_blank')
}
// 自动滚动功能

View File

@@ -198,7 +198,7 @@ const top3TypesChartOption = ref<any>({
})
const handleMajorClick = () => {
window.open('http://10.0.64.20/configcenter/console/device-manage', '_blank')
window.open('http://10.0.64.20/pms/workorder-list', '_blank')
}
watch(() => props.hiddenDangerData?.progress, (newVal) => {