TODO:安全态势地址修改

This commit is contained in:
fmk1023
2025-11-28 09:05:28 +08:00
parent 0d266e8a03
commit cf25a6feb1

View File

@@ -367,7 +367,7 @@ const handleButtonClick = (item) => {
'安全检测': 'TestingCenter', // 对应name: 'TestingCenter'的路由
'安全情报': 'Insights', // 对应name: 'Insights'的路由
'智能引擎': 'aihome', // 对应name: 'aihome'的路由
'安全态势': 'https://example.com/security-situation' // 安全态势大屏地址(替换为实际地址)
'安全态势': 'http://222.20.126.217:10010/bigScreen/#/kxky' // 安全态势大屏地址(替换为实际地址)
};
const target = routeMap[item.name];